Html Css Color HEX #009873 Free Speech Aquamarine

📋 copy color: '#009873'

red 0 ◦ green 152 ◦ blue 115

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

Shades of Free Speech Aquamarine #009873

Tints of Free Speech Aquamarine #009873

RGB

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

 GREEN value IS 152 (59.77% from 255) = 56.93%

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

R = 0%
G = 56.93%
B = 43.07%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.24

 K value IS 0.40

RGB Variations

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

Color information

#009873 (or 0x009873) is known color: Free Speech Aquamarine. HEX triplet: 00, 98 and 73. RGB value is (0,152,115). Sum of RGB (Red+Green+Blue) = 0+152+115=267 (35% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 267); Green value is 152 (59.77% from 255 or 56.93% from 267); Blue value is 115 (45.31% from 255 or 43.07% from 267); Max value from RGB is 152 - color contains mainly: green. Hex color #009873 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #009873 is #FF678C. Grayscale: #666666. Windows color (decimal): -16738189 or 7575552. OLE color: 7575552.

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

Color convert

RGB 0 152 115 -
CMYK 1 0 0.24 0.40
HSL 165.39º 1% 0.3% -
HSV(B) 165.39º 1% 0.6% -
XYZ 14.32 23.69 20.04 -
YUV 102.33 135.14 55.01 -
System Red Green Blue C M Y K H S L
Decimal 0 152 115 1 0 0.24 0.40 165.39 1 0.3
Hex 0 98 73 64 0 18 28 A5 64 1E
Octal 0 230 163 144 0 30 50 245 144 36
Binary 0 10011000 1110011 1100100 0 11000 101000 10100101 1100100 11110

Color Harmonies of #009873

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #009873

Black with #009873

Text Example


Text Example

White with #009873

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #009873; }

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

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

background-color css

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

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

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

border-color css

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

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

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