Html Css Color HEX #009D70 Free Speech Aquamarine

📋 copy color: '#009D70'

red 0 ◦ green 157 ◦ blue 112

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

Shades of Free Speech Aquamarine #009D70

Tints of Free Speech Aquamarine #009D70

RGB

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

 GREEN value IS 157 (61.72% from 255) = 58.36%

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

R = 0%
G = 58.36%
B = 41.64%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.29

 K value IS 0.38

RGB Variations

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

Color information

#009D70 (or 0x009D70) is known color: Free Speech Aquamarine. HEX triplet: 00, 9D and 70. RGB value is (0,157,112). Sum of RGB (Red+Green+Blue) = 0+157+112=269 (35% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 269); Green value is 157 (61.72% from 255 or 58.36% from 269); Blue value is 112 (44.14% from 255 or 41.64% from 269); Max value from RGB is 157 - color contains mainly: green. Hex color #009D70 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #009D70 is #FF628F. Grayscale: #686868. Windows color (decimal): -16736912 or 7380224. OLE color: 7380224.

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

Color convert

RGB 0 157 112 -
CMYK 1 0 0.29 0.38
HSL 162.8º 1% 0.31% -
HSV(B) 162.8º 1% 0.62% -
XYZ 14.98 25.28 19.42 -
YUV 104.93 131.99 53.16 -
System Red Green Blue C M Y K H S L
Decimal 0 157 112 1 0 0.29 0.38 162.8 1 0.31
Hex 0 9D 70 64 0 1D 26 A3 64 1F
Octal 0 235 160 144 0 35 46 243 144 37
Binary 0 10011101 1110000 1100100 0 11101 100110 10100011 1100100 11111

Color Harmonies of #009D70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #009D70

Black with #009D70

Text Example


Text Example

White with #009D70

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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