Html Css Color HEX #0CC22E Dark Pastel Green

📋 copy color: '#0CC22E'

red 12 ◦ green 194 ◦ blue 46

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

Shades of Dark Pastel Green #0CC22E

Tints of Dark Pastel Green #0CC22E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 18.25%

R = 4.76%
G = 76.98%
B = 18.25%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.76

 K value IS 0.24

RGB Variations

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

Color information

#0CC22E (or 0x0CC22E) is known color: Dark Pastel Green. HEX triplet: 0C, C2 and 2E. RGB value is (12,194,46). Sum of RGB (Red+Green+Blue) = 12+194+46=252 (33% of max value = 765). Red value is 12 (5.08% from 255 or 4.76% from 252); Green value is 194 (76.17% from 255 or 76.98% from 252); Blue value is 46 (18.36% from 255 or 18.25% from 252); Max value from RGB is 194 - color contains mainly: green. Hex color #0CC22E is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0CC22E is #F33DD1. Grayscale: #7B7B7B. Windows color (decimal): -15941074 or 3064332. OLE color: 3064332.

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

Color convert

RGB 12 194 46 -
CMYK 0.94 0 0.76 0.24
HSL 131.21º 0.88% 0.4% -
HSV(B) 131.21º 0.94% 0.76% -
XYZ 19.94 38.86 9.03 -
YUV 122.71 84.7 49.03 -
System Red Green Blue C M Y K H S L
Decimal 12 194 46 0.94 0 0.76 0.24 131.21 0.88 0.4
Hex C C2 2E 5E 0 4C 18 83 58 28
Octal 14 302 56 136 0 114 30 203 130 50
Binary 1100 11000010 101110 1011110 0 1001100 11000 10000011 1011000 101000

Color Harmonies of #0CC22E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0CC22E

Black with #0CC22E

Text Example


Text Example

White with #0CC22E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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