Html Css Color HEX #01AF81 Free Speech Aquamarine

📋 copy color: '#01AF81'

red 1 ◦ green 175 ◦ blue 129

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

Shades of Free Speech Aquamarine #01AF81

Tints of Free Speech Aquamarine #01AF81

RGB

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

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

 BLUE value IS 129 (50.78% from 255) = 42.3%

R = 0.33%
G = 57.38%
B = 42.3%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.26

 K value IS 0.31

RGB Variations

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

Color information

#01AF81 (or 0x01AF81) is known color: Free Speech Aquamarine. HEX triplet: 01, AF and 81. RGB value is (1,175,129). Sum of RGB (Red+Green+Blue) = 1+175+129=305 (40% of max value = 765). Red value is 1 (0.78% from 255 or 0.33% from 305); Green value is 175 (68.75% from 255 or 57.38% from 305); Blue value is 129 (50.78% from 255 or 42.30% from 305); Max value from RGB is 175 - color contains mainly: green. Hex color #01AF81 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #01AF81 is #FE507E. Grayscale: #757575. Windows color (decimal): -16666751 or 8498945. OLE color: 8498945.

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

Color convert

RGB 1 175 129 -
CMYK 0.99 0 0.26 0.31
HSL 164.14º 0.99% 0.35% -
HSV(B) 164.14º 0.99% 0.69% -
XYZ 19.3 32.25 25.98 -
YUV 117.73 134.35 44.74 -
System Red Green Blue C M Y K H S L
Decimal 1 175 129 0.99 0 0.26 0.31 164.14 0.99 0.35
Hex 1 AF 81 63 0 1A 1F A4 63 23
Octal 1 257 201 143 0 32 37 244 143 43
Binary 1 10101111 10000001 1100011 0 11010 11111 10100100 1100011 100011

Color Harmonies of #01AF81

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01AF81

Black with #01AF81

Text Example


Text Example

White with #01AF81

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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