Html Css Color HEX #0CBC24 Dark Pastel Green

📋 copy color: '#0CBC24'

red 12 ◦ green 188 ◦ blue 36

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

Shades of Dark Pastel Green #0CBC24

Tints of Dark Pastel Green #0CBC24

RGB

 RED value IS 12 (5.08% from 255) = 5.08%

 GREEN value IS 188 (73.83% from 255) = 79.66%

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

R = 5.08%
G = 79.66%
B = 15.25%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.81

 K value IS 0.26

RGB Variations

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

Color information

#0CBC24 (or 0x0CBC24) is known color: Dark Pastel Green. HEX triplet: 0C, BC and 24. RGB value is (12,188,36). Sum of RGB (Red+Green+Blue) = 12+188+36=236 (31% of max value = 765). Red value is 12 (5.08% from 255 or 5.08% from 236); Green value is 188 (73.83% from 255 or 79.66% from 236); Blue value is 36 (14.45% from 255 or 15.25% from 236); Max value from RGB is 188 - color contains mainly: green. Hex color #0CBC24 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0CBC24 is #F343DB. Grayscale: #767676. Windows color (decimal): -15942620 or 2407436. OLE color: 2407436.

HSL color Cylindrical-coordinate representation of color #0CBC24: hue angle of 128.18º degrees, saturation: 0.88, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0CBC24 is Cyan = 0.94, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.26.

Color convert

RGB 12 188 36 -
CMYK 0.94 0 0.81 0.26
HSL 128.18º 0.88% 0.39% -
HSV(B) 128.18º 0.94% 0.74% -
XYZ 18.45 36.17 7.68 -
YUV 118.05 81.69 52.36 -
System Red Green Blue C M Y K H S L
Decimal 12 188 36 0.94 0 0.81 0.26 128.18 0.88 0.39
Hex C BC 24 5E 0 51 1A 80 58 27
Octal 14 274 44 136 0 121 32 200 130 47
Binary 1100 10111100 100100 1011110 0 1010001 11010 10000000 1011000 100111

Color Harmonies of #0CBC24

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0CBC24

Black with #0CBC24

Text Example


Text Example

White with #0CBC24

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(12,188,36); }

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

background-color css

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

 a { background-color: rgb(12,188,36); }

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

border-color css

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

 span { border-color: rgb(12,188,36); }

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