Html Css Color HEX #02AF6D Jade

📋 copy color: '#02AF6D'

red 2 ◦ green 175 ◦ blue 109

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

Shades of Jade #02AF6D

Tints of Jade #02AF6D

RGB

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

 GREEN value IS 175 (68.75% from 255) = 61.19%

 BLUE value IS 109 (42.97% from 255) = 38.11%

R = 0.7%
G = 61.19%
B = 38.11%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.38

 K value IS 0.31

RGB Variations

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

Color information

#02AF6D (or 0x02AF6D) is known color: Jade. HEX triplet: 02, AF and 6D. RGB value is (2,175,109). Sum of RGB (Red+Green+Blue) = 2+175+109=286 (37% of max value = 765). Red value is 2 (1.17% from 255 or 0.70% from 286); Green value is 175 (68.75% from 255 or 61.19% from 286); Blue value is 109 (42.97% from 255 or 38.11% from 286); Max value from RGB is 175 - color contains mainly: green. Hex color #02AF6D is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #02AF6D is #FD5092. Grayscale: #737373. Windows color (decimal): -16601235 or 7188226. OLE color: 7188226.

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

Color convert

RGB 2 175 109 -
CMYK 0.99 0 0.38 0.31
HSL 157.11º 0.98% 0.35% -
HSV(B) 157.11º 0.99% 0.69% -
XYZ 18.12 31.78 19.65 -
YUV 115.75 124.19 46.87 -
System Red Green Blue C M Y K H S L
Decimal 2 175 109 0.99 0 0.38 0.31 157.11 0.98 0.35
Hex 2 AF 6D 63 0 26 1F 9D 62 23
Octal 2 257 155 143 0 46 37 235 142 43
Binary 10 10101111 1101101 1100011 0 100110 11111 10011101 1100010 100011

Color Harmonies of #02AF6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02AF6D

Black with #02AF6D

Text Example


Text Example

White with #02AF6D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(2,175,109); }

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

background-color css

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

 a { background-color: rgb(2,175,109); }

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

border-color css

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

 span { border-color: rgb(2,175,109); }

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