Html Css Color HEX #02A06C Jade

📋 copy color: '#02A06C'

red 2 ◦ green 160 ◦ blue 108

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

Shades of Jade #02A06C

Tints of Jade #02A06C

RGB

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

 GREEN value IS 160 (62.89% from 255) = 59.26%

 BLUE value IS 108 (42.58% from 255) = 40%

R = 0.74%
G = 59.26%
B = 40%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.32

 K value IS 0.37

RGB Variations

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

Color information

#02A06C (or 0x02A06C) is known color: Jade. HEX triplet: 02, A0 and 6C. RGB value is (2,160,108). Sum of RGB (Red+Green+Blue) = 2+160+108=270 (35% of max value = 765). Red value is 2 (1.17% from 255 or 0.74% from 270); Green value is 160 (62.89% from 255 or 59.26% from 270); Blue value is 108 (42.58% from 255 or 40% from 270); Max value from RGB is 160 - color contains mainly: green. Hex color #02A06C is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #02A06C is #FD5F93. Grayscale: #6A6A6A. Windows color (decimal): -16605076 or 7118850. OLE color: 7118850.

HSL color Cylindrical-coordinate representation of color #02A06C: hue angle of 160.25º degrees, saturation: 0.98, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #02A06C is Cyan = 0.99, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.37.

Color convert

RGB 2 160 108 -
CMYK 0.99 0 0.32 0.37
HSL 160.25º 0.98% 0.32% -
HSV(B) 160.25º 0.99% 0.63% -
XYZ 15.3 26.24 18.45 -
YUV 106.83 128.65 53.23 -
System Red Green Blue C M Y K H S L
Decimal 2 160 108 0.99 0 0.32 0.37 160.25 0.98 0.32
Hex 2 A0 6C 63 0 20 25 A0 62 20
Octal 2 240 154 143 0 40 45 240 142 40
Binary 10 10100000 1101100 1100011 0 100000 100101 10100000 1100010 100000

Color Harmonies of #02A06C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02A06C

Black with #02A06C

Text Example


Text Example

White with #02A06C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(2,160,108); }

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

background-color css

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

 a { background-color: rgb(2,160,108); }

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

border-color css

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

 span { border-color: rgb(2,160,108); }

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