Html Css Color HEX #02AC62 Jade

📋 copy color: '#02AC62'

red 2 ◦ green 172 ◦ blue 98

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

Shades of Jade #02AC62

Tints of Jade #02AC62

RGB

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

 GREEN value IS 172 (67.58% from 255) = 63.24%

 BLUE value IS 98 (38.67% from 255) = 36.03%

R = 0.74%
G = 63.24%
B = 36.03%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.43

 K value IS 0.33

RGB Variations

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

Color information

#02AC62 (or 0x02AC62) is known color: Jade. HEX triplet: 02, AC and 62. RGB value is (2,172,98). Sum of RGB (Red+Green+Blue) = 2+172+98=272 (36% of max value = 765). Red value is 2 (1.17% from 255 or 0.74% from 272); Green value is 172 (67.58% from 255 or 63.24% from 272); Blue value is 98 (38.67% from 255 or 36.03% from 272); Max value from RGB is 172 - color contains mainly: green. Hex color #02AC62 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #02AC62 is #FD539D. Grayscale: #707070. Windows color (decimal): -16602014 or 6466562. OLE color: 6466562.

HSL color Cylindrical-coordinate representation of color #02AC62: hue angle of 153.88º degrees, saturation: 0.98, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #02AC62 is Cyan = 0.99, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.33.

Color convert

RGB 2 172 98 -
CMYK 0.99 0 0.43 0.33
HSL 153.88º 0.98% 0.34% -
HSV(B) 153.88º 0.99% 0.67% -
XYZ 16.98 30.4 16.53 -
YUV 112.73 119.68 49.02 -
System Red Green Blue C M Y K H S L
Decimal 2 172 98 0.99 0 0.43 0.33 153.88 0.98 0.34
Hex 2 AC 62 63 0 2B 21 9A 62 22
Octal 2 254 142 143 0 53 41 232 142 42
Binary 10 10101100 1100010 1100011 0 101011 100001 10011010 1100010 100010

Color Harmonies of #02AC62

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02AC62

Black with #02AC62

Text Example


Text Example

White with #02AC62

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(2,172,98); }

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

background-color css

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

 a { background-color: rgb(2,172,98); }

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

border-color css

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

 span { border-color: rgb(2,172,98); }

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