Html Css Color HEX #02CA12 Dark Pastel Green

📋 copy color: '#02CA12'

red 2 ◦ green 202 ◦ blue 18

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

Shades of Dark Pastel Green #02CA12

Tints of Dark Pastel Green #02CA12

RGB

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

 GREEN value IS 202 (79.3% from 255) = 90.99%

 BLUE value IS 18 (7.42% from 255) = 8.11%

R = 0.9%
G = 90.99%
B = 8.11%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.91

 K value IS 0.21

RGB Variations

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

Color information

#02CA12 (or 0x02CA12) is known color: Dark Pastel Green. HEX triplet: 02, CA and 12. RGB value is (2,202,18). Sum of RGB (Red+Green+Blue) = 2+202+18=222 (29% of max value = 765). Red value is 2 (1.17% from 255 or 0.90% from 222); Green value is 202 (79.30% from 255 or 90.99% from 222); Blue value is 18 (7.42% from 255 or 8.11% from 222); Max value from RGB is 202 - color contains mainly: green. Hex color #02CA12 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #02CA12 is #FD35ED. Grayscale: #797979. Windows color (decimal): -16594414 or 1231362. OLE color: 1231362.

HSL color Cylindrical-coordinate representation of color #02CA12: hue angle of 124.8º degrees, saturation: 0.98, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #02CA12 is Cyan = 0.99, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.21.

Color convert

RGB 2 202 18 -
CMYK 0.99 0 0.91 0.21
HSL 124.8º 0.98% 0.4% -
HSV(B) 124.8º 0.99% 0.79% -
XYZ 21.25 42.3 7.62 -
YUV 121.22 69.74 42.96 -
System Red Green Blue C M Y K H S L
Decimal 2 202 18 0.99 0 0.91 0.21 124.8 0.98 0.4
Hex 2 CA 12 63 0 5B 15 7D 62 28
Octal 2 312 22 143 0 133 25 175 142 50
Binary 10 11001010 10010 1100011 0 1011011 10101 1111101 1100010 101000

Color Harmonies of #02CA12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02CA12

Black with #02CA12

Text Example


Text Example

White with #02CA12

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(2,202,18); }

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

background-color css

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

 a { background-color: rgb(2,202,18); }

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

border-color css

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

 span { border-color: rgb(2,202,18); }

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