Html Css Color HEX #0FBA35 Dark Pastel Green

📋 copy color: '#0FBA35'

red 15 ◦ green 186 ◦ blue 53

#0FBA35
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Pastel Green #0FBA35

Tints of Dark Pastel Green #0FBA35

RGB

 RED value IS 15 (6.25% from 255) = 5.91%

 GREEN value IS 186 (73.05% from 255) = 73.23%

 BLUE value IS 53 (21.09% from 255) = 20.87%

R = 5.91%
G = 73.23%
B = 20.87%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.72

 K value IS 0.27

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#0FBA35 (or 0x0FBA35) is known color: Dark Pastel Green. HEX triplet: 0F, BA and 35. RGB value is (15,186,53). Sum of RGB (Red+Green+Blue) = 15+186+53=254 (33% of max value = 765). Red value is 15 (6.25% from 255 or 5.91% from 254); Green value is 186 (73.05% from 255 or 73.23% from 254); Blue value is 53 (21.09% from 255 or 20.87% from 254); Max value from RGB is 186 - color contains mainly: green. Hex color #0FBA35 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0FBA35 is #F045CA. Grayscale: #787878. Windows color (decimal): -15746507 or 3521039. OLE color: 3521039.

HSL color Cylindrical-coordinate representation of color #0FBA35: hue angle of 133.33º degrees, saturation: 0.85, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0FBA35 is Cyan = 0.92, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.27.

Color convert

RGB 15 186 53 -
CMYK 0.92 0 0.72 0.27
HSL 133.33º 0.85% 0.39% -
HSV(B) 133.33º 0.92% 0.73% -
XYZ 18.4 35.48 9.25 -
YUV 119.71 90.35 53.31 -
System Red Green Blue C M Y K H S L
Decimal 15 186 53 0.92 0 0.72 0.27 133.33 0.85 0.39
Hex F BA 35 5C 0 48 1B 85 55 27
Octal 17 272 65 134 0 110 33 205 125 47
Binary 1111 10111010 110101 1011100 0 1001000 11011 10000101 1010101 100111

Color Harmonies of #0FBA35

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0FBA35

Black with #0FBA35

Text Example


Text Example

White with #0FBA35

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0FBA35; }

 p { color: rgb(15,186,53); }

 H1.HeaderClassName
 {
   color: #0FBA35;
 }
 .AnyTagClassName
 {
   color: #0FBA35;
 }
</style>

background-color css

<style>
 a { background-color: #0FBA35; }

 a { background-color: rgb(15,186,53); }

 div.DivClassName
 {
   background-color: #0FBA35;
 }
 .BgClassName
 {
   background-color: #0FBA35;
 }
</style>

border-color css

<style>
 span { border-color: #0FBA35; }

 span { border-color: rgb(15,186,53); }

 td.TdClassName
 {
   border-color: #0FBA35;
 }
 .TagClassName
 {
   border-color: #0FBA35;
 }
</style>