Html Css Color HEX #02AB67 Jade

📋 copy color: '#02AB67'

red 2 ◦ green 171 ◦ blue 103

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

Shades of Jade #02AB67

Tints of Jade #02AB67

RGB

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

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

 BLUE value IS 103 (40.63% from 255) = 37.32%

R = 0.72%
G = 61.96%
B = 37.32%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.40

 K value IS 0.33

RGB Variations

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

Color information

#02AB67 (or 0x02AB67) is known color: Jade. HEX triplet: 02, AB and 67. RGB value is (2,171,103). Sum of RGB (Red+Green+Blue) = 2+171+103=276 (36% of max value = 765). Red value is 2 (1.17% from 255 or 0.72% from 276); Green value is 171 (67.19% from 255 or 61.96% from 276); Blue value is 103 (40.62% from 255 or 37.32% from 276); Max value from RGB is 171 - color contains mainly: green. Hex color #02AB67 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #02AB67 is #FD5498. Grayscale: #707070. Windows color (decimal): -16602265 or 6793986. OLE color: 6793986.

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

Color convert

RGB 2 171 103 -
CMYK 0.99 0 0.40 0.33
HSL 155.86º 0.98% 0.34% -
HSV(B) 155.86º 0.99% 0.67% -
XYZ 17.04 30.12 17.75 -
YUV 112.72 122.51 49.03 -
System Red Green Blue C M Y K H S L
Decimal 2 171 103 0.99 0 0.40 0.33 155.86 0.98 0.34
Hex 2 AB 67 63 0 28 21 9C 62 22
Octal 2 253 147 143 0 50 41 234 142 42
Binary 10 10101011 1100111 1100011 0 101000 100001 10011100 1100010 100010

Color Harmonies of #02AB67

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02AB67

Black with #02AB67

Text Example


Text Example

White with #02AB67

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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