Html Css Color HEX #02A471 Jade

📋 copy color: '#02A471'

red 2 ◦ green 164 ◦ blue 113

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

Shades of Jade #02A471

Tints of Jade #02A471

RGB

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

 GREEN value IS 164 (64.45% from 255) = 58.78%

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

R = 0.72%
G = 58.78%
B = 40.5%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.31

 K value IS 0.36

RGB Variations

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

Color information

#02A471 (or 0x02A471) is known color: Jade. HEX triplet: 02, A4 and 71. RGB value is (2,164,113). Sum of RGB (Red+Green+Blue) = 2+164+113=279 (36% of max value = 765). Red value is 2 (1.17% from 255 or 0.72% from 279); Green value is 164 (64.45% from 255 or 58.78% from 279); Blue value is 113 (44.53% from 255 or 40.50% from 279); Max value from RGB is 164 - color contains mainly: green. Hex color #02A471 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #02A471 is #FD5B8E. Grayscale: #6D6D6D. Windows color (decimal): -16604047 or 7447554. OLE color: 7447554.

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

Color convert

RGB 2 164 113 -
CMYK 0.99 0 0.31 0.36
HSL 161.11º 0.98% 0.33% -
HSV(B) 161.11º 0.99% 0.64% -
XYZ 16.28 27.76 20.12 -
YUV 109.75 129.83 51.15 -
System Red Green Blue C M Y K H S L
Decimal 2 164 113 0.99 0 0.31 0.36 161.11 0.98 0.33
Hex 2 A4 71 63 0 1F 24 A1 62 21
Octal 2 244 161 143 0 37 44 241 142 41
Binary 10 10100100 1110001 1100011 0 11111 100100 10100001 1100010 100001

Color Harmonies of #02A471

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02A471

Black with #02A471

Text Example


Text Example

White with #02A471

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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