Html Css Color HEX #02A865 Jade

📋 copy color: '#02A865'

red 2 ◦ green 168 ◦ blue 101

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

Shades of Jade #02A865

Tints of Jade #02A865

RGB

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

 GREEN value IS 168 (66.02% from 255) = 61.99%

 BLUE value IS 101 (39.84% from 255) = 37.27%

R = 0.74%
G = 61.99%
B = 37.27%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.40

 K value IS 0.34

RGB Variations

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

Color information

#02A865 (or 0x02A865) is known color: Jade. HEX triplet: 02, A8 and 65. RGB value is (2,168,101). Sum of RGB (Red+Green+Blue) = 2+168+101=271 (35% of max value = 765). Red value is 2 (1.17% from 255 or 0.74% from 271); Green value is 168 (66.02% from 255 or 61.99% from 271); Blue value is 101 (39.84% from 255 or 37.27% from 271); Max value from RGB is 168 - color contains mainly: green. Hex color #02A865 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #02A865 is #FD579A. Grayscale: #6E6E6E. Windows color (decimal): -16603035 or 6662146. OLE color: 6662146.

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

Color convert

RGB 2 168 101 -
CMYK 0.99 0 0.40 0.34
HSL 155.78º 0.98% 0.33% -
HSV(B) 155.78º 0.99% 0.66% -
XYZ 16.38 28.96 17.04 -
YUV 110.73 122.5 50.45 -
System Red Green Blue C M Y K H S L
Decimal 2 168 101 0.99 0 0.40 0.34 155.78 0.98 0.33
Hex 2 A8 65 63 0 28 22 9C 62 21
Octal 2 250 145 143 0 50 42 234 142 41
Binary 10 10101000 1100101 1100011 0 101000 100010 10011100 1100010 100001

Color Harmonies of #02A865

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02A865

Black with #02A865

Text Example


Text Example

White with #02A865

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(2,168,101); }

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

background-color css

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

 a { background-color: rgb(2,168,101); }

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

border-color css

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

 span { border-color: rgb(2,168,101); }

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