Html Css Color HEX #01AF7A Jade

📋 copy color: '#01AF7A'

red 1 ◦ green 175 ◦ blue 122

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

Shades of Jade #01AF7A

Tints of Jade #01AF7A

RGB

 RED value IS 1 (0.78% from 255) = 0.34%

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

 BLUE value IS 122 (48.05% from 255) = 40.94%

R = 0.34%
G = 58.72%
B = 40.94%

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

#01AF7A (or 0x01AF7A) is known color: Jade. HEX triplet: 01, AF and 7A. RGB value is (1,175,122). Sum of RGB (Red+Green+Blue) = 1+175+122=298 (39% of max value = 765). Red value is 1 (0.78% from 255 or 0.34% from 298); Green value is 175 (68.75% from 255 or 58.72% from 298); Blue value is 122 (48.05% from 255 or 40.94% from 298); Max value from RGB is 175 - color contains mainly: green. Hex color #01AF7A is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #01AF7A is #FE5085. Grayscale: #747474. Windows color (decimal): -16666758 or 8040193. OLE color: 8040193.

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

Color convert

RGB 1 175 122 -
CMYK 0.99 0 0.30 0.31
HSL 161.72º 0.99% 0.35% -
HSV(B) 161.72º 0.99% 0.69% -
XYZ 18.86 32.07 23.61 -
YUV 116.93 130.85 45.31 -
System Red Green Blue C M Y K H S L
Decimal 1 175 122 0.99 0 0.30 0.31 161.72 0.99 0.35
Hex 1 AF 7A 63 0 1E 1F A2 63 23
Octal 1 257 172 143 0 36 37 242 143 43
Binary 1 10101111 1111010 1100011 0 11110 11111 10100010 1100011 100011

Color Harmonies of #01AF7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01AF7A

Black with #01AF7A

Text Example


Text Example

White with #01AF7A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #01AF7A; }

 p { color: rgb(1,175,122); }

 H1.HeaderClassName
 {
   color: #01AF7A;
 }
 .AnyTagClassName
 {
   color: #01AF7A;
 }
</style>

background-color css

<style>
 a { background-color: #01AF7A; }

 a { background-color: rgb(1,175,122); }

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

border-color css

<style>
 span { border-color: #01AF7A; }

 span { border-color: rgb(1,175,122); }

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