Html Css Color HEX #02AB6A Jade

📋 copy color: '#02AB6A'

red 2 ◦ green 171 ◦ blue 106

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

Shades of Jade #02AB6A

Tints of Jade #02AB6A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 37.99%

R = 0.72%
G = 61.29%
B = 37.99%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.38

 K value IS 0.33

RGB Variations

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

Color information

#02AB6A (or 0x02AB6A) is known color: Jade. HEX triplet: 02, AB and 6A. RGB value is (2,171,106). Sum of RGB (Red+Green+Blue) = 2+171+106=279 (36% of max value = 765). Red value is 2 (1.17% from 255 or 0.72% from 279); Green value is 171 (67.19% from 255 or 61.29% from 279); Blue value is 106 (41.80% from 255 or 37.99% from 279); Max value from RGB is 171 - color contains mainly: green. Hex color #02AB6A is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #02AB6A is #FD5495. Grayscale: #717171. Windows color (decimal): -16602262 or 6990594. OLE color: 6990594.

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

Color convert

RGB 2 171 106 -
CMYK 0.99 0 0.38 0.33
HSL 156.92º 0.98% 0.34% -
HSV(B) 156.92º 0.99% 0.67% -
XYZ 17.19 30.18 18.55 -
YUV 113.06 124.01 48.79 -
System Red Green Blue C M Y K H S L
Decimal 2 171 106 0.99 0 0.38 0.33 156.92 0.98 0.34
Hex 2 AB 6A 63 0 26 21 9D 62 22
Octal 2 253 152 143 0 46 41 235 142 42
Binary 10 10101011 1101010 1100011 0 100110 100001 10011101 1100010 100010

Color Harmonies of #02AB6A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02AB6A

Black with #02AB6A

Text Example


Text Example

White with #02AB6A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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