Html Css Color HEX #01AA78 Free Speech Aquamarine

📋 copy color: '#01AA78'

red 1 ◦ green 170 ◦ blue 120

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

Shades of Free Speech Aquamarine #01AA78

Tints of Free Speech Aquamarine #01AA78

RGB

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

 GREEN value IS 170 (66.8% from 255) = 58.42%

 BLUE value IS 120 (47.27% from 255) = 41.24%

R = 0.34%
G = 58.42%
B = 41.24%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.29

 K value IS 0.33

RGB Variations

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

Color information

#01AA78 (or 0x01AA78) is known color: Free Speech Aquamarine. HEX triplet: 01, AA and 78. RGB value is (1,170,120). Sum of RGB (Red+Green+Blue) = 1+170+120=291 (38% of max value = 765). Red value is 1 (0.78% from 255 or 0.34% from 291); Green value is 170 (66.80% from 255 or 58.42% from 291); Blue value is 120 (47.27% from 255 or 41.24% from 291); Max value from RGB is 170 - color contains mainly: green. Hex color #01AA78 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #01AA78 is #FE5587. Grayscale: #717171. Windows color (decimal): -16668040 or 7907841. OLE color: 7907841.

HSL color Cylindrical-coordinate representation of color #01AA78: hue angle of 162.25º degrees, saturation: 0.99, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01AA78 is Cyan = 0.99, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.33.

Color convert

RGB 1 170 120 -
CMYK 0.99 0 0.29 0.33
HSL 162.25º 0.99% 0.34% -
HSV(B) 162.25º 0.99% 0.67% -
XYZ 17.78 30.11 22.64 -
YUV 113.77 131.51 47.57 -
System Red Green Blue C M Y K H S L
Decimal 1 170 120 0.99 0 0.29 0.33 162.25 0.99 0.34
Hex 1 AA 78 63 0 1D 21 A2 63 22
Octal 1 252 170 143 0 35 41 242 143 42
Binary 1 10101010 1111000 1100011 0 11101 100001 10100010 1100011 100010

Color Harmonies of #01AA78

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01AA78

Black with #01AA78

Text Example


Text Example

White with #01AA78

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(1,170,120); }

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

background-color css

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

 a { background-color: rgb(1,170,120); }

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

border-color css

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

 span { border-color: rgb(1,170,120); }

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