Html Css Color HEX #02C216 Dark Pastel Green

📋 copy color: '#02C216'

red 2 ◦ green 194 ◦ blue 22

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

Shades of Dark Pastel Green #02C216

Tints of Dark Pastel Green #02C216

RGB

 RED value IS 2 (1.17% from 255) = 0.92%

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

 BLUE value IS 22 (8.98% from 255) = 10.09%

R = 0.92%
G = 88.99%
B = 10.09%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.89

 K value IS 0.24

RGB Variations

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

Color information

#02C216 (or 0x02C216) is known color: Dark Pastel Green. HEX triplet: 02, C2 and 16. RGB value is (2,194,22). Sum of RGB (Red+Green+Blue) = 2+194+22=218 (28% of max value = 765). Red value is 2 (1.17% from 255 or 0.92% from 218); Green value is 194 (76.17% from 255 or 88.99% from 218); Blue value is 22 (8.98% from 255 or 10.09% from 218); Max value from RGB is 194 - color contains mainly: green. Hex color #02C216 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #02C216 is #FD3DE9. Grayscale: #757575. Windows color (decimal): -16596458 or 1491458. OLE color: 1491458.

HSL color Cylindrical-coordinate representation of color #02C216: hue angle of 126.25º degrees, saturation: 0.98, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #02C216 is Cyan = 0.99, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.24.

Color convert

RGB 2 194 22 -
CMYK 0.99 0 0.89 0.24
HSL 126.25º 0.98% 0.38% -
HSV(B) 126.25º 0.99% 0.76% -
XYZ 19.46 38.65 7.19 -
YUV 116.98 74.39 45.99 -
System Red Green Blue C M Y K H S L
Decimal 2 194 22 0.99 0 0.89 0.24 126.25 0.98 0.38
Hex 2 C2 16 63 0 59 18 7E 62 26
Octal 2 302 26 143 0 131 30 176 142 46
Binary 10 11000010 10110 1100011 0 1011001 11000 1111110 1100010 100110

Color Harmonies of #02C216

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02C216

Black with #02C216

Text Example


Text Example

White with #02C216

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #02C216; }

 p { color: rgb(2,194,22); }

 H1.HeaderClassName
 {
   color: #02C216;
 }
 .AnyTagClassName
 {
   color: #02C216;
 }
</style>

background-color css

<style>
 a { background-color: #02C216; }

 a { background-color: rgb(2,194,22); }

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

border-color css

<style>
 span { border-color: #02C216; }

 span { border-color: rgb(2,194,22); }

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