Html Css Color HEX #0FBF18 Dark Pastel Green

📋 copy color: '#0FBF18'

red 15 ◦ green 191 ◦ blue 24

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

Shades of Dark Pastel Green #0FBF18

Tints of Dark Pastel Green #0FBF18

RGB

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

 GREEN value IS 191 (75% from 255) = 83.04%

 BLUE value IS 24 (9.77% from 255) = 10.43%

R = 6.52%
G = 83.04%
B = 10.43%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.87

 K value IS 0.25

RGB Variations

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

Color information

#0FBF18 (or 0x0FBF18) is known color: Dark Pastel Green. HEX triplet: 0F, BF and 18. RGB value is (15,191,24). Sum of RGB (Red+Green+Blue) = 15+191+24=230 (30% of max value = 765). Red value is 15 (6.25% from 255 or 6.52% from 230); Green value is 191 (75% from 255 or 83.04% from 230); Blue value is 24 (9.77% from 255 or 10.43% from 230); Max value from RGB is 191 - color contains mainly: green. Hex color #0FBF18 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #0FBF18 is #F040E7. Grayscale: #777777. Windows color (decimal): -15745256 or 1621775. OLE color: 1621775.

HSL color Cylindrical-coordinate representation of color #0FBF18: hue angle of 123.07º degrees, saturation: 0.85, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0FBF18 is Cyan = 0.92, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.25.

Color convert

RGB 15 191 24 -
CMYK 0.92 0 0.87 0.25
HSL 123.07º 0.85% 0.4% -
HSV(B) 123.07º 0.92% 0.75% -
XYZ 18.99 37.43 7.09 -
YUV 119.34 74.19 53.58 -
System Red Green Blue C M Y K H S L
Decimal 15 191 24 0.92 0 0.87 0.25 123.07 0.85 0.4
Hex F BF 18 5C 0 57 19 7B 55 28
Octal 17 277 30 134 0 127 31 173 125 50
Binary 1111 10111111 11000 1011100 0 1010111 11001 1111011 1010101 101000

Color Harmonies of #0FBF18

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0FBF18

Black with #0FBF18

Text Example


Text Example

White with #0FBF18

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(15,191,24); }

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

background-color css

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

 a { background-color: rgb(15,191,24); }

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

border-color css

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

 span { border-color: rgb(15,191,24); }

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