Html Css Color HEX #009C74 Free Speech Aquamarine

📋 copy color: '#009C74'

red 0 ◦ green 156 ◦ blue 116

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

Shades of Free Speech Aquamarine #009C74

Tints of Free Speech Aquamarine #009C74

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 42.65%

R = 0%
G = 57.35%
B = 42.65%

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

#009C74 (or 0x009C74) is known color: Free Speech Aquamarine. HEX triplet: 00, 9C and 74. RGB value is (0,156,116). Sum of RGB (Red+Green+Blue) = 0+156+116=272 (36% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 272); Green value is 156 (61.33% from 255 or 57.35% from 272); Blue value is 116 (45.70% from 255 or 42.65% from 272); Max value from RGB is 156 - color contains mainly: green. Hex color #009C74 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #009C74 is #FF638B. Grayscale: #686868. Windows color (decimal): -16737164 or 7642112. OLE color: 7642112.

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

Color convert

RGB 0 156 116 -
CMYK 1 0 0.26 0.39
HSL 164.62º 1% 0.31% -
HSV(B) 164.62º 1% 0.61% -
XYZ 15.04 25.04 20.56 -
YUV 104.8 134.32 53.25 -
System Red Green Blue C M Y K H S L
Decimal 0 156 116 1 0 0.26 0.39 164.62 1 0.31
Hex 0 9C 74 64 0 1A 27 A5 64 1F
Octal 0 234 164 144 0 32 47 245 144 37
Binary 0 10011100 1110100 1100100 0 11010 100111 10100101 1100100 11111

Color Harmonies of #009C74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #009C74

Black with #009C74

Text Example


Text Example

White with #009C74

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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