Html Css Color HEX #01AC7A Free Speech Aquamarine

📋 copy color: '#01AC7A'

red 1 ◦ green 172 ◦ blue 122

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

Shades of Free Speech Aquamarine #01AC7A

Tints of Free Speech Aquamarine #01AC7A

RGB

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

 GREEN value IS 172 (67.58% from 255) = 58.31%

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

R = 0.34%
G = 58.31%
B = 41.36%

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

#01AC7A (or 0x01AC7A) is known color: Free Speech Aquamarine. HEX triplet: 01, AC and 7A. RGB value is (1,172,122). Sum of RGB (Red+Green+Blue) = 1+172+122=295 (39% of max value = 765). Red value is 1 (0.78% from 255 or 0.34% from 295); Green value is 172 (67.58% from 255 or 58.31% from 295); Blue value is 122 (48.05% from 255 or 41.36% from 295); Max value from RGB is 172 - color contains mainly: green. Hex color #01AC7A is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #01AC7A is #FE5385. Grayscale: #737373. Windows color (decimal): -16667526 or 8039425. OLE color: 8039425.

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

Color convert

RGB 1 172 122 -
CMYK 0.99 0 0.29 0.33
HSL 162.46º 0.99% 0.34% -
HSV(B) 162.46º 0.99% 0.67% -
XYZ 18.28 30.92 23.42 -
YUV 115.17 131.85 46.57 -
System Red Green Blue C M Y K H S L
Decimal 1 172 122 0.99 0 0.29 0.33 162.46 0.99 0.34
Hex 1 AC 7A 63 0 1D 21 A2 63 22
Octal 1 254 172 143 0 35 41 242 143 42
Binary 1 10101100 1111010 1100011 0 11101 100001 10100010 1100011 100010

Color Harmonies of #01AC7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01AC7A

Black with #01AC7A

Text Example


Text Example

White with #01AC7A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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