Html Css Color HEX #01A478 Free Speech Aquamarine

📋 copy color: '#01A478'

red 1 ◦ green 164 ◦ blue 120

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

Shades of Free Speech Aquamarine #01A478

Tints of Free Speech Aquamarine #01A478

RGB

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

 GREEN value IS 164 (64.45% from 255) = 57.54%

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

R = 0.35%
G = 57.54%
B = 42.11%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.27

 K value IS 0.36

RGB Variations

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

Color information

#01A478 (or 0x01A478) is known color: Free Speech Aquamarine. HEX triplet: 01, A4 and 78. RGB value is (1,164,120). Sum of RGB (Red+Green+Blue) = 1+164+120=285 (37% of max value = 765). Red value is 1 (0.78% from 255 or 0.35% from 285); Green value is 164 (64.45% from 255 or 57.54% from 285); Blue value is 120 (47.27% from 255 or 42.11% from 285); Max value from RGB is 164 - color contains mainly: green. Hex color #01A478 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #01A478 is #FE5B87. Grayscale: #6E6E6E. Windows color (decimal): -16669576 or 7906305. OLE color: 7906305.

HSL color Cylindrical-coordinate representation of color #01A478: hue angle of 163.8º degrees, saturation: 0.99, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01A478 is Cyan = 0.99, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.36.

Color convert

RGB 1 164 120 -
CMYK 0.99 0 0.27 0.36
HSL 163.8º 0.99% 0.32% -
HSV(B) 163.8º 0.99% 0.64% -
XYZ 16.68 27.91 22.28 -
YUV 110.25 133.5 50.08 -
System Red Green Blue C M Y K H S L
Decimal 1 164 120 0.99 0 0.27 0.36 163.8 0.99 0.32
Hex 1 A4 78 63 0 1B 24 A4 63 20
Octal 1 244 170 143 0 33 44 244 143 40
Binary 1 10100100 1111000 1100011 0 11011 100100 10100100 1100011 100000

Color Harmonies of #01A478

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01A478

Black with #01A478

Text Example


Text Example

White with #01A478

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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