Html Css Color HEX #01A876 Free Speech Aquamarine

📋 copy color: '#01A876'

red 1 ◦ green 168 ◦ blue 118

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

Shades of Free Speech Aquamarine #01A876

Tints of Free Speech Aquamarine #01A876

RGB

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

 GREEN value IS 168 (66.02% from 255) = 58.54%

 BLUE value IS 118 (46.48% from 255) = 41.11%

R = 0.35%
G = 58.54%
B = 41.11%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.30

 K value IS 0.34

RGB Variations

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

Color information

#01A876 (or 0x01A876) is known color: Free Speech Aquamarine. HEX triplet: 01, A8 and 76. RGB value is (1,168,118). Sum of RGB (Red+Green+Blue) = 1+168+118=287 (38% of max value = 765). Red value is 1 (0.78% from 255 or 0.35% from 287); Green value is 168 (66.02% from 255 or 58.54% from 287); Blue value is 118 (46.48% from 255 or 41.11% from 287); Max value from RGB is 168 - color contains mainly: green. Hex color #01A876 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #01A876 is #FE5789. Grayscale: #707070. Windows color (decimal): -16668554 or 7776257. OLE color: 7776257.

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

Color convert

RGB 1 168 118 -
CMYK 0.99 0 0.30 0.34
HSL 162.04º 0.99% 0.33% -
HSV(B) 162.04º 0.99% 0.66% -
XYZ 17.29 29.32 21.89 -
YUV 112.37 131.17 48.57 -
System Red Green Blue C M Y K H S L
Decimal 1 168 118 0.99 0 0.30 0.34 162.04 0.99 0.33
Hex 1 A8 76 63 0 1E 22 A2 63 21
Octal 1 250 166 143 0 36 42 242 143 41
Binary 1 10101000 1110110 1100011 0 11110 100010 10100010 1100011 100001

Color Harmonies of #01A876

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01A876

Black with #01A876

Text Example


Text Example

White with #01A876

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(1,168,118); }

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

background-color css

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

 a { background-color: rgb(1,168,118); }

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

border-color css

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

 span { border-color: rgb(1,168,118); }

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