Html Css Color HEX #01A57A Free Speech Aquamarine

📋 copy color: '#01A57A'

red 1 ◦ green 165 ◦ blue 122

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

Shades of Free Speech Aquamarine #01A57A

Tints of Free Speech Aquamarine #01A57A

RGB

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

 GREEN value IS 165 (64.84% from 255) = 57.29%

 BLUE value IS 122 (48.05% from 255) = 42.36%

R = 0.35%
G = 57.29%
B = 42.36%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.26

 K value IS 0.35

RGB Variations

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

Color information

#01A57A (or 0x01A57A) is known color: Free Speech Aquamarine. HEX triplet: 01, A5 and 7A. RGB value is (1,165,122). Sum of RGB (Red+Green+Blue) = 1+165+122=288 (38% of max value = 765). Red value is 1 (0.78% from 255 or 0.35% from 288); Green value is 165 (64.84% from 255 or 57.29% from 288); Blue value is 122 (48.05% from 255 or 42.36% from 288); Max value from RGB is 165 - color contains mainly: green. Hex color #01A57A is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #01A57A is #FE5A85. Grayscale: #6F6F6F. Windows color (decimal): -16669318 or 8037633. OLE color: 8037633.

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

Color convert

RGB 1 165 122 -
CMYK 0.99 0 0.26 0.35
HSL 164.27º 0.99% 0.33% -
HSV(B) 164.27º 0.99% 0.65% -
XYZ 16.98 28.32 22.98 -
YUV 111.06 134.17 49.5 -
System Red Green Blue C M Y K H S L
Decimal 1 165 122 0.99 0 0.26 0.35 164.27 0.99 0.33
Hex 1 A5 7A 63 0 1A 23 A4 63 21
Octal 1 245 172 143 0 32 43 244 143 41
Binary 1 10100101 1111010 1100011 0 11010 100011 10100100 1100011 100001

Color Harmonies of #01A57A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01A57A

Black with #01A57A

Text Example


Text Example

White with #01A57A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(1,165,122); }

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

background-color css

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

 a { background-color: rgb(1,165,122); }

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

border-color css

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

 span { border-color: rgb(1,165,122); }

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