Html Css Color HEX #02A36C Jade

📋 copy color: '#02A36C'

red 2 ◦ green 163 ◦ blue 108

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

Shades of Jade #02A36C

Tints of Jade #02A36C

RGB

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

 GREEN value IS 163 (64.06% from 255) = 59.71%

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

R = 0.73%
G = 59.71%
B = 39.56%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.34

 K value IS 0.36

RGB Variations

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

Color information

#02A36C (or 0x02A36C) is known color: Jade. HEX triplet: 02, A3 and 6C. RGB value is (2,163,108). Sum of RGB (Red+Green+Blue) = 2+163+108=273 (36% of max value = 765). Red value is 2 (1.17% from 255 or 0.73% from 273); Green value is 163 (64.06% from 255 or 59.71% from 273); Blue value is 108 (42.58% from 255 or 39.56% from 273); Max value from RGB is 163 - color contains mainly: green. Hex color #02A36C is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #02A36C is #FD5C93. Grayscale: #6C6C6C. Windows color (decimal): -16604308 or 7119618. OLE color: 7119618.

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

Color convert

RGB 2 163 108 -
CMYK 0.99 0 0.34 0.36
HSL 159.5º 0.98% 0.32% -
HSV(B) 159.5º 0.99% 0.64% -
XYZ 15.83 27.29 18.62 -
YUV 108.59 127.66 51.97 -
System Red Green Blue C M Y K H S L
Decimal 2 163 108 0.99 0 0.34 0.36 159.5 0.98 0.32
Hex 2 A3 6C 63 0 22 24 A0 62 20
Octal 2 243 154 143 0 42 44 240 142 40
Binary 10 10100011 1101100 1100011 0 100010 100100 10100000 1100010 100000

Color Harmonies of #02A36C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02A36C

Black with #02A36C

Text Example


Text Example

White with #02A36C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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