Html Css Color HEX #02AB62 Jade

📋 copy color: '#02AB62'

red 2 ◦ green 171 ◦ blue 98

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

Shades of Jade #02AB62

Tints of Jade #02AB62

RGB

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

 GREEN value IS 171 (67.19% from 255) = 63.1%

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

R = 0.74%
G = 63.1%
B = 36.16%

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

#02AB62 (or 0x02AB62) is known color: Jade. HEX triplet: 02, AB and 62. RGB value is (2,171,98). Sum of RGB (Red+Green+Blue) = 2+171+98=271 (35% of max value = 765). Red value is 2 (1.17% from 255 or 0.74% from 271); Green value is 171 (67.19% from 255 or 63.10% from 271); Blue value is 98 (38.67% from 255 or 36.16% from 271); Max value from RGB is 171 - color contains mainly: green. Hex color #02AB62 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #02AB62 is #FD549D. Grayscale: #707070. Windows color (decimal): -16602270 or 6466306. OLE color: 6466306.

HSL color Cylindrical-coordinate representation of color #02AB62: hue angle of 154.08º 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 #02AB62 is Cyan = 0.99, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.33.

Color convert

RGB 2 171 98 -
CMYK 0.99 0 0.43 0.33
HSL 154.08º 0.98% 0.34% -
HSV(B) 154.08º 0.99% 0.67% -
XYZ 16.79 30.02 16.46 -
YUV 112.15 120.01 49.44 -
System Red Green Blue C M Y K H S L
Decimal 2 171 98 0.99 0 0.43 0.33 154.08 0.98 0.34
Hex 2 AB 62 63 0 2B 21 9A 62 22
Octal 2 253 142 143 0 53 41 232 142 42
Binary 10 10101011 1100010 1100011 0 101011 100001 10011010 1100010 100010

Color Harmonies of #02AB62

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02AB62

Black with #02AB62

Text Example


Text Example

White with #02AB62

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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