Html Css Color HEX #009C70 Free Speech Aquamarine

📋 copy color: '#009C70'

red 0 ◦ green 156 ◦ blue 112

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

Shades of Free Speech Aquamarine #009C70

Tints of Free Speech Aquamarine #009C70

RGB

 RED value IS 0 (0.39% from 255) = 0%

 GREEN value IS 156 (61.33% from 255) = 58.21%

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

R = 0%
G = 58.21%
B = 41.79%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.28

 K value IS 0.39

RGB Variations

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

Color information

#009C70 (or 0x009C70) is known color: Free Speech Aquamarine. HEX triplet: 00, 9C and 70. RGB value is (0,156,112). Sum of RGB (Red+Green+Blue) = 0+156+112=268 (35% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 268); Green value is 156 (61.33% from 255 or 58.21% from 268); Blue value is 112 (44.14% from 255 or 41.79% from 268); Max value from RGB is 156 - color contains mainly: green. Hex color #009C70 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #009C70 is #FF638F. Grayscale: #686868. Windows color (decimal): -16737168 or 7379968. OLE color: 7379968.

HSL color Cylindrical-coordinate representation of color #009C70: hue angle of 163.08º degrees, saturation: 1, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 1%. Process color model (Four color, CMYK) of #009C70 is Cyan = 1, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.39.

Color convert

RGB 0 156 112 -
CMYK 1 0 0.28 0.39
HSL 163.08º 1% 0.31% -
HSV(B) 163.08º 1% 0.61% -
XYZ 14.81 24.95 19.36 -
YUV 104.34 132.32 53.58 -
System Red Green Blue C M Y K H S L
Decimal 0 156 112 1 0 0.28 0.39 163.08 1 0.31
Hex 0 9C 70 64 0 1C 27 A3 64 1F
Octal 0 234 160 144 0 34 47 243 144 37
Binary 0 10011100 1110000 1100100 0 11100 100111 10100011 1100100 11111

Color Harmonies of #009C70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #009C70

Black with #009C70

Text Example


Text Example

White with #009C70

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #009C70; }

 p { color: rgb(0,156,112); }

 H1.HeaderClassName
 {
   color: #009C70;
 }
 .AnyTagClassName
 {
   color: #009C70;
 }
</style>

background-color css

<style>
 a { background-color: #009C70; }

 a { background-color: rgb(0,156,112); }

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

border-color css

<style>
 span { border-color: #009C70; }

 span { border-color: rgb(0,156,112); }

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