Html Css Color HEX #0CCC39 Dark Pastel Green

📋 copy color: '#0CCC39'

red 12 ◦ green 204 ◦ blue 57

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

Shades of Dark Pastel Green #0CCC39

Tints of Dark Pastel Green #0CCC39

RGB

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

 GREEN value IS 204 (80.08% from 255) = 74.73%

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

R = 4.4%
G = 74.73%
B = 20.88%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.72

 K value IS 0.2

RGB Variations

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

Color information

#0CCC39 (or 0x0CCC39) is known color: Dark Pastel Green. HEX triplet: 0C, CC and 39. RGB value is (12,204,57). Sum of RGB (Red+Green+Blue) = 12+204+57=273 (36% of max value = 765). Red value is 12 (5.08% from 255 or 4.40% from 273); Green value is 204 (80.08% from 255 or 74.73% from 273); Blue value is 57 (22.66% from 255 or 20.88% from 273); Max value from RGB is 204 - color contains mainly: green. Hex color #0CCC39 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0CCC39 is #F333C6. Grayscale: #828282. Windows color (decimal): -15938503 or 3787788. OLE color: 3787788.

HSL color Cylindrical-coordinate representation of color #0CCC39: hue angle of 134.06º degrees, saturation: 0.89, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0CCC39 is Cyan = 0.94, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.2.

Color convert

RGB 12 204 57 -
CMYK 0.94 0 0.72 0.2
HSL 134.06º 0.89% 0.42% -
HSV(B) 134.06º 0.94% 0.8% -
XYZ 22.48 43.56 11.09 -
YUV 129.83 86.89 43.95 -
System Red Green Blue C M Y K H S L
Decimal 12 204 57 0.94 0 0.72 0.2 134.06 0.89 0.42
Hex C CC 39 5E 0 48 14 86 59 2A
Octal 14 314 71 136 0 110 24 206 131 52
Binary 1100 11001100 111001 1011110 0 1001000 10100 10000110 1011001 101010

Color Harmonies of #0CCC39

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0CCC39

Black with #0CCC39

Text Example


Text Example

White with #0CCC39

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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