Html Css Color HEX #01A877 Free Speech Aquamarine

📋 copy color: '#01A877'

red 1 ◦ green 168 ◦ blue 119

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

Shades of Free Speech Aquamarine #01A877

Tints of Free Speech Aquamarine #01A877

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 41.32%

R = 0.35%
G = 58.33%
B = 41.32%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.29

 K value IS 0.34

RGB Variations

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

Color information

#01A877 (or 0x01A877) is known color: Free Speech Aquamarine. HEX triplet: 01, A8 and 77. RGB value is (1,168,119). Sum of RGB (Red+Green+Blue) = 1+168+119=288 (38% of max value = 765). Red value is 1 (0.78% from 255 or 0.35% from 288); Green value is 168 (66.02% from 255 or 58.33% from 288); Blue value is 119 (46.88% from 255 or 41.32% from 288); Max value from RGB is 168 - color contains mainly: green. Hex color #01A877 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #01A877 is #FE5788. Grayscale: #707070. Windows color (decimal): -16668553 or 7841793. OLE color: 7841793.

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

Color convert

RGB 1 168 119 -
CMYK 0.99 0 0.29 0.34
HSL 162.4º 0.99% 0.33% -
HSV(B) 162.4º 0.99% 0.66% -
XYZ 17.34 29.34 22.2 -
YUV 112.48 131.67 48.48 -
System Red Green Blue C M Y K H S L
Decimal 1 168 119 0.99 0 0.29 0.34 162.4 0.99 0.33
Hex 1 A8 77 63 0 1D 22 A2 63 21
Octal 1 250 167 143 0 35 42 242 143 41
Binary 1 10101000 1110111 1100011 0 11101 100010 10100010 1100011 100001

Color Harmonies of #01A877

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01A877

Black with #01A877

Text Example


Text Example

White with #01A877

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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