Html Css Color HEX #02AF7B Jade

📋 copy color: '#02AF7B'

red 2 ◦ green 175 ◦ blue 123

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

Shades of Jade #02AF7B

Tints of Jade #02AF7B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 41%

R = 0.67%
G = 58.33%
B = 41%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.30

 K value IS 0.31

RGB Variations

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

Color information

#02AF7B (or 0x02AF7B) is known color: Jade. HEX triplet: 02, AF and 7B. RGB value is (2,175,123). Sum of RGB (Red+Green+Blue) = 2+175+123=300 (39% of max value = 765). Red value is 2 (1.17% from 255 or 0.67% from 300); Green value is 175 (68.75% from 255 or 58.33% from 300); Blue value is 123 (48.44% from 255 or 41% from 300); Max value from RGB is 175 - color contains mainly: green. Hex color #02AF7B is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #02AF7B is #FD5084. Grayscale: #757575. Windows color (decimal): -16601221 or 8105730. OLE color: 8105730.

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

Color convert

RGB 2 175 123 -
CMYK 0.99 0 0.30 0.31
HSL 161.97º 0.98% 0.35% -
HSV(B) 161.97º 0.99% 0.69% -
XYZ 18.93 32.1 23.94 -
YUV 117.35 131.19 45.73 -
System Red Green Blue C M Y K H S L
Decimal 2 175 123 0.99 0 0.30 0.31 161.97 0.98 0.35
Hex 2 AF 7B 63 0 1E 1F A2 62 23
Octal 2 257 173 143 0 36 37 242 142 43
Binary 10 10101111 1111011 1100011 0 11110 11111 10100010 1100010 100011

Color Harmonies of #02AF7B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02AF7B

Black with #02AF7B

Text Example


Text Example

White with #02AF7B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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