Html Css Color HEX #019A70 Free Speech Aquamarine

📋 copy color: '#019A70'

red 1 ◦ green 154 ◦ blue 112

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

Shades of Free Speech Aquamarine #019A70

Tints of Free Speech Aquamarine #019A70

RGB

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

 GREEN value IS 154 (60.55% from 255) = 57.68%

 BLUE value IS 112 (44.14% from 255) = 41.95%

R = 0.37%
G = 57.68%
B = 41.95%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.27

 K value IS 0.40

RGB Variations

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

Color information

#019A70 (or 0x019A70) is known color: Free Speech Aquamarine. HEX triplet: 01, 9A and 70. RGB value is (1,154,112). Sum of RGB (Red+Green+Blue) = 1+154+112=267 (35% of max value = 765). Red value is 1 (0.78% from 255 or 0.37% from 267); Green value is 154 (60.55% from 255 or 57.68% from 267); Blue value is 112 (44.14% from 255 or 41.95% from 267); Max value from RGB is 154 - color contains mainly: green. Hex color #019A70 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #019A70 is #FE658F. Grayscale: #676767. Windows color (decimal): -16672144 or 7379457. OLE color: 7379457.

HSL color Cylindrical-coordinate representation of color #019A70: hue angle of 163.53º degrees, saturation: 0.99, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #019A70 is Cyan = 0.99, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.40.

Color convert

RGB 1 154 112 -
CMYK 0.99 0 0.27 0.40
HSL 163.53º 0.99% 0.3% -
HSV(B) 163.53º 0.99% 0.6% -
XYZ 14.49 24.29 19.25 -
YUV 103.47 132.81 54.92 -
System Red Green Blue C M Y K H S L
Decimal 1 154 112 0.99 0 0.27 0.40 163.53 0.99 0.3
Hex 1 9A 70 63 0 1B 28 A4 63 1E
Octal 1 232 160 143 0 33 50 244 143 36
Binary 1 10011010 1110000 1100011 0 11011 101000 10100100 1100011 11110

Color Harmonies of #019A70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #019A70

Black with #019A70

Text Example


Text Example

White with #019A70

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #019A70; }

 p { color: rgb(1,154,112); }

 H1.HeaderClassName
 {
   color: #019A70;
 }
 .AnyTagClassName
 {
   color: #019A70;
 }
</style>

background-color css

<style>
 a { background-color: #019A70; }

 a { background-color: rgb(1,154,112); }

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

border-color css

<style>
 span { border-color: #019A70; }

 span { border-color: rgb(1,154,112); }

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