Html Css Color HEX #01AF8C Persian Green

📋 copy color: '#01AF8C'

red 1 ◦ green 175 ◦ blue 140

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

Shades of Persian Green #01AF8C

Tints of Persian Green #01AF8C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 44.3%

R = 0.32%
G = 55.38%
B = 44.3%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.2

 K value IS 0.31

RGB Variations

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

Color information

#01AF8C (or 0x01AF8C) is known color: Persian Green. HEX triplet: 01, AF and 8C. RGB value is (1,175,140). Sum of RGB (Red+Green+Blue) = 1+175+140=316 (41% of max value = 765). Red value is 1 (0.78% from 255 or 0.32% from 316); Green value is 175 (68.75% from 255 or 55.38% from 316); Blue value is 140 (55.08% from 255 or 44.30% from 316); Max value from RGB is 175 - color contains mainly: green. Hex color #01AF8C is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #01AF8C is #FE5073. Grayscale: #767676. Windows color (decimal): -16666740 or 9219841. OLE color: 9219841.

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

Color convert

RGB 1 175 140 -
CMYK 0.99 0 0.2 0.31
HSL 167.93º 0.99% 0.35% -
HSV(B) 167.93º 0.99% 0.69% -
XYZ 20.08 32.56 30.04 -
YUV 118.98 139.85 43.85 -
System Red Green Blue C M Y K H S L
Decimal 1 175 140 0.99 0 0.2 0.31 167.93 0.99 0.35
Hex 1 AF 8C 63 0 14 1F A8 63 23
Octal 1 257 214 143 0 24 37 250 143 43
Binary 1 10101111 10001100 1100011 0 10100 11111 10101000 1100011 100011

Color Harmonies of #01AF8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01AF8C

Black with #01AF8C

Text Example


Text Example

White with #01AF8C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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