Html Css Color HEX #0FCB24 Dark Pastel Green

📋 copy color: '#0FCB24'

red 15 ◦ green 203 ◦ blue 36

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

Shades of Dark Pastel Green #0FCB24

Tints of Dark Pastel Green #0FCB24

RGB

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

 GREEN value IS 203 (79.69% from 255) = 79.92%

 BLUE value IS 36 (14.45% from 255) = 14.17%

R = 5.91%
G = 79.92%
B = 14.17%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.82

 K value IS 0.20

RGB Variations

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

Color information

#0FCB24 (or 0x0FCB24) is known color: Dark Pastel Green. HEX triplet: 0F, CB and 24. RGB value is (15,203,36). Sum of RGB (Red+Green+Blue) = 15+203+36=254 (33% of max value = 765). Red value is 15 (6.25% from 255 or 5.91% from 254); Green value is 203 (79.69% from 255 or 79.92% from 254); Blue value is 36 (14.45% from 255 or 14.17% from 254); Max value from RGB is 203 - color contains mainly: green. Hex color #0FCB24 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0FCB24 is #F034DB. Grayscale: #808080. Windows color (decimal): -15742172 or 2411279. OLE color: 2411279.

HSL color Cylindrical-coordinate representation of color #0FCB24: hue angle of 126.7º degrees, saturation: 0.86, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0FCB24 is Cyan = 0.93, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.20.

Color convert

RGB 15 203 36 -
CMYK 0.93 0 0.82 0.20
HSL 126.7º 0.86% 0.43% -
HSV(B) 126.7º 0.93% 0.8% -
XYZ 21.87 42.94 8.8 -
YUV 127.75 76.22 47.58 -
System Red Green Blue C M Y K H S L
Decimal 15 203 36 0.93 0 0.82 0.20 126.7 0.86 0.43
Hex F CB 24 5D 0 52 14 7F 56 2B
Octal 17 313 44 135 0 122 24 177 126 53
Binary 1111 11001011 100100 1011101 0 1010010 10100 1111111 1010110 101011

Color Harmonies of #0FCB24

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0FCB24

Black with #0FCB24

Text Example


Text Example

White with #0FCB24

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(15,203,36); }

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

background-color css

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

 a { background-color: rgb(15,203,36); }

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

border-color css

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

 span { border-color: rgb(15,203,36); }

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