Html Css Color HEX #099671 Free Speech Aquamarine

📋 copy color: '#099671'

red 9 ◦ green 150 ◦ blue 113

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

Shades of Free Speech Aquamarine #099671

Tints of Free Speech Aquamarine #099671

RGB

 RED value IS 9 (3.91% from 255) = 3.31%

 GREEN value IS 150 (58.98% from 255) = 55.15%

 BLUE value IS 113 (44.53% from 255) = 41.54%

R = 3.31%
G = 55.15%
B = 41.54%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.25

 K value IS 0.41

RGB Variations

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

Color information

#099671 (or 0x099671) is known color: Free Speech Aquamarine. HEX triplet: 09, 96 and 71. RGB value is (9,150,113). Sum of RGB (Red+Green+Blue) = 9+150+113=272 (36% of max value = 765). Red value is 9 (3.91% from 255 or 3.31% from 272); Green value is 150 (58.98% from 255 or 55.15% from 272); Blue value is 113 (44.53% from 255 or 41.54% from 272); Max value from RGB is 150 - color contains mainly: green. Hex color #099671 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #099671 is #F6698E. Grayscale: #676767. Windows color (decimal): -16148879 or 7443977. OLE color: 7443977.

HSL color Cylindrical-coordinate representation of color #099671: hue angle of 164.26º degrees, saturation: 0.89, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #099671 is Cyan = 0.94, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.41.

Color convert

RGB 9 150 113 -
CMYK 0.94 0 0.25 0.41
HSL 164.26º 0.89% 0.31% -
HSV(B) 164.26º 0.94% 0.59% -
XYZ 14 23.06 19.34 -
YUV 103.62 133.29 60.51 -
System Red Green Blue C M Y K H S L
Decimal 9 150 113 0.94 0 0.25 0.41 164.26 0.89 0.31
Hex 9 96 71 5E 0 19 29 A4 59 1F
Octal 11 226 161 136 0 31 51 244 131 37
Binary 1001 10010110 1110001 1011110 0 11001 101001 10100100 1011001 11111

Color Harmonies of #099671

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #099671

Black with #099671

Text Example


Text Example

White with #099671

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #099671; }

 p { color: rgb(9,150,113); }

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

background-color css

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

 a { background-color: rgb(9,150,113); }

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

border-color css

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

 span { border-color: rgb(9,150,113); }

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