Html Css Color HEX #01AF80 Free Speech Aquamarine

📋 copy color: '#01AF80'

red 1 ◦ green 175 ◦ blue 128

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

Shades of Free Speech Aquamarine #01AF80

Tints of Free Speech Aquamarine #01AF80

RGB

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

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

 BLUE value IS 128 (50.39% from 255) = 42.11%

R = 0.33%
G = 57.57%
B = 42.11%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.27

 K value IS 0.31

RGB Variations

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

Color information

#01AF80 (or 0x01AF80) is known color: Free Speech Aquamarine. HEX triplet: 01, AF and 80. RGB value is (1,175,128). Sum of RGB (Red+Green+Blue) = 1+175+128=304 (40% of max value = 765). Red value is 1 (0.78% from 255 or 0.33% from 304); Green value is 175 (68.75% from 255 or 57.57% from 304); Blue value is 128 (50.39% from 255 or 42.11% from 304); Max value from RGB is 175 - color contains mainly: green. Hex color #01AF80 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #01AF80 is #FE507F. Grayscale: #757575. Windows color (decimal): -16666752 or 8433409. OLE color: 8433409.

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

Color convert

RGB 1 175 128 -
CMYK 0.99 0 0.27 0.31
HSL 163.79º 0.99% 0.35% -
HSV(B) 163.79º 0.99% 0.69% -
XYZ 19.24 32.22 25.63 -
YUV 117.62 133.85 44.82 -
System Red Green Blue C M Y K H S L
Decimal 1 175 128 0.99 0 0.27 0.31 163.79 0.99 0.35
Hex 1 AF 80 63 0 1B 1F A4 63 23
Octal 1 257 200 143 0 33 37 244 143 43
Binary 1 10101111 10000000 1100011 0 11011 11111 10100100 1100011 100011

Color Harmonies of #01AF80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01AF80

Black with #01AF80

Text Example


Text Example

White with #01AF80

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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