Html Css Color HEX #0CBC39 Dark Pastel Green

📋 copy color: '#0CBC39'

red 12 ◦ green 188 ◦ blue 57

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

Shades of Dark Pastel Green #0CBC39

Tints of Dark Pastel Green #0CBC39

RGB

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

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

 BLUE value IS 57 (22.66% from 255) = 22.18%

R = 4.67%
G = 73.15%
B = 22.18%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.70

 K value IS 0.26

RGB Variations

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

Color information

#0CBC39 (or 0x0CBC39) is known color: Dark Pastel Green. HEX triplet: 0C, BC and 39. RGB value is (12,188,57). Sum of RGB (Red+Green+Blue) = 12+188+57=257 (34% of max value = 765). Red value is 12 (5.08% from 255 or 4.67% from 257); Green value is 188 (73.83% from 255 or 73.15% from 257); Blue value is 57 (22.66% from 255 or 22.18% from 257); Max value from RGB is 188 - color contains mainly: green. Hex color #0CBC39 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0CBC39 is #F343C6. Grayscale: #787878. Windows color (decimal): -15942599 or 3783692. OLE color: 3783692.

HSL color Cylindrical-coordinate representation of color #0CBC39: hue angle of 135.34º 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 #0CBC39 is Cyan = 0.94, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.26.

Color convert

RGB 12 188 57 -
CMYK 0.94 0 0.70 0.26
HSL 135.34º 0.88% 0.39% -
HSV(B) 135.34º 0.94% 0.74% -
XYZ 18.87 36.34 9.89 -
YUV 120.44 92.19 50.65 -
System Red Green Blue C M Y K H S L
Decimal 12 188 57 0.94 0 0.70 0.26 135.34 0.88 0.39
Hex C BC 39 5E 0 46 1A 87 58 27
Octal 14 274 71 136 0 106 32 207 130 47
Binary 1100 10111100 111001 1011110 0 1000110 11010 10000111 1011000 100111

Color Harmonies of #0CBC39

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0CBC39

Black with #0CBC39

Text Example


Text Example

White with #0CBC39

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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