Html Css Color HEX #009C73 Free Speech Aquamarine

📋 copy color: '#009C73'

red 0 ◦ green 156 ◦ blue 115

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

Shades of Free Speech Aquamarine #009C73

Tints of Free Speech Aquamarine #009C73

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 42.44%

R = 0%
G = 57.56%
B = 42.44%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.26

 K value IS 0.39

RGB Variations

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

Color information

#009C73 (or 0x009C73) is known color: Free Speech Aquamarine. HEX triplet: 00, 9C and 73. RGB value is (0,156,115). Sum of RGB (Red+Green+Blue) = 0+156+115=271 (35% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 271); Green value is 156 (61.33% from 255 or 57.56% from 271); Blue value is 115 (45.31% from 255 or 42.44% from 271); Max value from RGB is 156 - color contains mainly: green. Hex color #009C73 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #009C73 is #FF638C. Grayscale: #686868. Windows color (decimal): -16737165 or 7576576. OLE color: 7576576.

HSL color Cylindrical-coordinate representation of color #009C73: hue angle of 164.23º 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 #009C73 is Cyan = 1, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.39.

Color convert

RGB 0 156 115 -
CMYK 1 0 0.26 0.39
HSL 164.23º 1% 0.31% -
HSV(B) 164.23º 1% 0.61% -
XYZ 14.98 25.01 20.26 -
YUV 104.68 133.82 53.33 -
System Red Green Blue C M Y K H S L
Decimal 0 156 115 1 0 0.26 0.39 164.23 1 0.31
Hex 0 9C 73 64 0 1A 27 A4 64 1F
Octal 0 234 163 144 0 32 47 244 144 37
Binary 0 10011100 1110011 1100100 0 11010 100111 10100100 1100100 11111

Color Harmonies of #009C73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #009C73

Black with #009C73

Text Example


Text Example

White with #009C73

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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