Html Css Color HEX #01AC7B Free Speech Aquamarine

📋 copy color: '#01AC7B'

red 1 ◦ green 172 ◦ blue 123

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

Shades of Free Speech Aquamarine #01AC7B

Tints of Free Speech Aquamarine #01AC7B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 41.55%

R = 0.34%
G = 58.11%
B = 41.55%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.28

 K value IS 0.33

RGB Variations

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

Color information

#01AC7B (or 0x01AC7B) is known color: Free Speech Aquamarine. HEX triplet: 01, AC and 7B. RGB value is (1,172,123). Sum of RGB (Red+Green+Blue) = 1+172+123=296 (39% of max value = 765). Red value is 1 (0.78% from 255 or 0.34% from 296); Green value is 172 (67.58% from 255 or 58.11% from 296); Blue value is 123 (48.44% from 255 or 41.55% from 296); Max value from RGB is 172 - color contains mainly: green. Hex color #01AC7B is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #01AC7B is #FE5384. Grayscale: #737373. Windows color (decimal): -16667525 or 8104961. OLE color: 8104961.

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

Color convert

RGB 1 172 123 -
CMYK 0.99 0 0.28 0.33
HSL 162.81º 0.99% 0.34% -
HSV(B) 162.81º 0.99% 0.67% -
XYZ 18.34 30.94 23.74 -
YUV 115.29 132.35 46.48 -
System Red Green Blue C M Y K H S L
Decimal 1 172 123 0.99 0 0.28 0.33 162.81 0.99 0.34
Hex 1 AC 7B 63 0 1C 21 A3 63 22
Octal 1 254 173 143 0 34 41 243 143 42
Binary 1 10101100 1111011 1100011 0 11100 100001 10100011 1100011 100010

Color Harmonies of #01AC7B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01AC7B

Black with #01AC7B

Text Example


Text Example

White with #01AC7B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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