Html Css Color HEX #0CC04A Dark Pastel Green

📋 copy color: '#0CC04A'

red 12 ◦ green 192 ◦ blue 74

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

Shades of Dark Pastel Green #0CC04A

Tints of Dark Pastel Green #0CC04A

RGB

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

 GREEN value IS 192 (75.39% from 255) = 69.06%

 BLUE value IS 74 (29.3% from 255) = 26.62%

R = 4.32%
G = 69.06%
B = 26.62%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.61

 K value IS 0.25

RGB Variations

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

Color information

#0CC04A (or 0x0CC04A) is known color: Dark Pastel Green. HEX triplet: 0C, C0 and 4A. RGB value is (12,192,74). Sum of RGB (Red+Green+Blue) = 12+192+74=278 (36% of max value = 765). Red value is 12 (5.08% from 255 or 4.32% from 278); Green value is 192 (75.39% from 255 or 69.06% from 278); Blue value is 74 (29.30% from 255 or 26.62% from 278); Max value from RGB is 192 - color contains mainly: green. Hex color #0CC04A is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0CC04A is #F33FB5. Grayscale: #7D7D7D. Windows color (decimal): -15941558 or 4898828. OLE color: 4898828.

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

Color convert

RGB 12 192 74 -
CMYK 0.94 0 0.61 0.25
HSL 140.67º 0.88% 0.4% -
HSV(B) 140.67º 0.94% 0.75% -
XYZ 20.24 38.27 12.8 -
YUV 124.73 99.37 47.59 -
System Red Green Blue C M Y K H S L
Decimal 12 192 74 0.94 0 0.61 0.25 140.67 0.88 0.4
Hex C C0 4A 5E 0 3D 19 8D 58 28
Octal 14 300 112 136 0 75 31 215 130 50
Binary 1100 11000000 1001010 1011110 0 111101 11001 10001101 1011000 101000

Color Harmonies of #0CC04A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0CC04A

Black with #0CC04A

Text Example


Text Example

White with #0CC04A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(12,192,74); }

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

background-color css

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

 a { background-color: rgb(12,192,74); }

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

border-color css

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

 span { border-color: rgb(12,192,74); }

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