Html Css Color HEX #0CC222 Dark Pastel Green

📋 copy color: '#0CC222'

red 12 ◦ green 194 ◦ blue 34

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

Shades of Dark Pastel Green #0CC222

Tints of Dark Pastel Green #0CC222

RGB

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

 GREEN value IS 194 (76.17% from 255) = 80.83%

 BLUE value IS 34 (13.67% from 255) = 14.17%

R = 5%
G = 80.83%
B = 14.17%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.82

 K value IS 0.24

RGB Variations

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

Color information

#0CC222 (or 0x0CC222) is known color: Dark Pastel Green. HEX triplet: 0C, C2 and 22. RGB value is (12,194,34). Sum of RGB (Red+Green+Blue) = 12+194+34=240 (31% of max value = 765). Red value is 12 (5.08% from 255 or 5% from 240); Green value is 194 (76.17% from 255 or 80.83% from 240); Blue value is 34 (13.67% from 255 or 14.17% from 240); Max value from RGB is 194 - color contains mainly: green. Hex color #0CC222 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0CC222 is #F33DDD. Grayscale: #797979. Windows color (decimal): -15941086 or 2277900. OLE color: 2277900.

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

Color convert

RGB 12 194 34 -
CMYK 0.94 0 0.82 0.24
HSL 127.25º 0.88% 0.4% -
HSV(B) 127.25º 0.94% 0.76% -
XYZ 19.73 38.78 7.96 -
YUV 121.34 78.7 50.01 -
System Red Green Blue C M Y K H S L
Decimal 12 194 34 0.94 0 0.82 0.24 127.25 0.88 0.4
Hex C C2 22 5E 0 52 18 7F 58 28
Octal 14 302 42 136 0 122 30 177 130 50
Binary 1100 11000010 100010 1011110 0 1010010 11000 1111111 1011000 101000

Color Harmonies of #0CC222

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0CC222

Black with #0CC222

Text Example


Text Example

White with #0CC222

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(12,194,34); }

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

background-color css

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

 a { background-color: rgb(12,194,34); }

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

border-color css

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

 span { border-color: rgb(12,194,34); }

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