Html Css Color HEX #02A571 Jade

📋 copy color: '#02A571'

red 2 ◦ green 165 ◦ blue 113

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

Shades of Jade #02A571

Tints of Jade #02A571

RGB

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

 GREEN value IS 165 (64.84% from 255) = 58.93%

 BLUE value IS 113 (44.53% from 255) = 40.36%

R = 0.71%
G = 58.93%
B = 40.36%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.32

 K value IS 0.35

RGB Variations

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

Color information

#02A571 (or 0x02A571) is known color: Jade. HEX triplet: 02, A5 and 71. RGB value is (2,165,113). Sum of RGB (Red+Green+Blue) = 2+165+113=280 (37% of max value = 765). Red value is 2 (1.17% from 255 or 0.71% from 280); Green value is 165 (64.84% from 255 or 58.93% from 280); Blue value is 113 (44.53% from 255 or 40.36% from 280); Max value from RGB is 165 - color contains mainly: green. Hex color #02A571 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #02A571 is #FD5A8E. Grayscale: #6E6E6E. Windows color (decimal): -16603791 or 7447810. OLE color: 7447810.

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

Color convert

RGB 2 165 113 -
CMYK 0.99 0 0.32 0.35
HSL 160.86º 0.98% 0.33% -
HSV(B) 160.86º 0.99% 0.65% -
XYZ 16.46 28.12 20.18 -
YUV 110.34 129.5 50.73 -
System Red Green Blue C M Y K H S L
Decimal 2 165 113 0.99 0 0.32 0.35 160.86 0.98 0.33
Hex 2 A5 71 63 0 20 23 A1 62 21
Octal 2 245 161 143 0 40 43 241 142 41
Binary 10 10100101 1110001 1100011 0 100000 100011 10100001 1100010 100001

Color Harmonies of #02A571

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02A571

Black with #02A571

Text Example


Text Example

White with #02A571

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(2,165,113); }

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

background-color css

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

 a { background-color: rgb(2,165,113); }

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

border-color css

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

 span { border-color: rgb(2,165,113); }

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