Html Css Color HEX #02A069 Jade

📋 copy color: '#02A069'

red 2 ◦ green 160 ◦ blue 105

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

Shades of Jade #02A069

Tints of Jade #02A069

RGB

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

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

 BLUE value IS 105 (41.41% from 255) = 39.33%

R = 0.75%
G = 59.93%
B = 39.33%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.34

 K value IS 0.37

RGB Variations

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

Color information

#02A069 (or 0x02A069) is known color: Jade. HEX triplet: 02, A0 and 69. RGB value is (2,160,105). Sum of RGB (Red+Green+Blue) = 2+160+105=267 (35% of max value = 765). Red value is 2 (1.17% from 255 or 0.75% from 267); Green value is 160 (62.89% from 255 or 59.93% from 267); Blue value is 105 (41.41% from 255 or 39.33% from 267); Max value from RGB is 160 - color contains mainly: green. Hex color #02A069 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #02A069 is #FD5F96. Grayscale: #6A6A6A. Windows color (decimal): -16605079 or 6922242. OLE color: 6922242.

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

Color convert

RGB 2 160 105 -
CMYK 0.99 0 0.34 0.37
HSL 159.11º 0.98% 0.32% -
HSV(B) 159.11º 0.99% 0.63% -
XYZ 15.15 26.17 17.62 -
YUV 106.49 127.15 53.47 -
System Red Green Blue C M Y K H S L
Decimal 2 160 105 0.99 0 0.34 0.37 159.11 0.98 0.32
Hex 2 A0 69 63 0 22 25 9F 62 20
Octal 2 240 151 143 0 42 45 237 142 40
Binary 10 10100000 1101001 1100011 0 100010 100101 10011111 1100010 100000

Color Harmonies of #02A069

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02A069

Black with #02A069

Text Example


Text Example

White with #02A069

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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