Html Css Color HEX #02A46B Jade

📋 copy color: '#02A46B'

red 2 ◦ green 164 ◦ blue 107

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

Shades of Jade #02A46B

Tints of Jade #02A46B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 39.19%

R = 0.73%
G = 60.07%
B = 39.19%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.35

 K value IS 0.36

RGB Variations

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

Color information

#02A46B (or 0x02A46B) is known color: Jade. HEX triplet: 02, A4 and 6B. RGB value is (2,164,107). Sum of RGB (Red+Green+Blue) = 2+164+107=273 (36% of max value = 765). Red value is 2 (1.17% from 255 or 0.73% from 273); Green value is 164 (64.45% from 255 or 60.07% from 273); Blue value is 107 (42.19% from 255 or 39.19% from 273); Max value from RGB is 164 - color contains mainly: green. Hex color #02A46B is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #02A46B is #FD5B94. Grayscale: #6D6D6D. Windows color (decimal): -16604053 or 7054338. OLE color: 7054338.

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

Color convert

RGB 2 164 107 -
CMYK 0.99 0 0.35 0.36
HSL 158.89º 0.98% 0.33% -
HSV(B) 158.89º 0.99% 0.64% -
XYZ 15.95 27.63 18.4 -
YUV 109.06 126.83 51.63 -
System Red Green Blue C M Y K H S L
Decimal 2 164 107 0.99 0 0.35 0.36 158.89 0.98 0.33
Hex 2 A4 6B 63 0 23 24 9F 62 21
Octal 2 244 153 143 0 43 44 237 142 41
Binary 10 10100100 1101011 1100011 0 100011 100100 10011111 1100010 100001

Color Harmonies of #02A46B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02A46B

Black with #02A46B

Text Example


Text Example

White with #02A46B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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