Html Css Color HEX #099669 Free Speech Aquamarine

📋 copy color: '#099669'

red 9 ◦ green 150 ◦ blue 105

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

Shades of Free Speech Aquamarine #099669

Tints of Free Speech Aquamarine #099669

RGB

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

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

 BLUE value IS 105 (41.41% from 255) = 39.77%

R = 3.41%
G = 56.82%
B = 39.77%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.30

 K value IS 0.41

RGB Variations

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

Color information

#099669 (or 0x099669) is known color: Free Speech Aquamarine. HEX triplet: 09, 96 and 69. RGB value is (9,150,105). Sum of RGB (Red+Green+Blue) = 9+150+105=264 (34% of max value = 765). Red value is 9 (3.91% from 255 or 3.41% from 264); Green value is 150 (58.98% from 255 or 56.82% from 264); Blue value is 105 (41.41% from 255 or 39.77% from 264); Max value from RGB is 150 - color contains mainly: green. Hex color #099669 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #099669 is #F66996. Grayscale: #666666. Windows color (decimal): -16148887 or 6919689. OLE color: 6919689.

HSL color Cylindrical-coordinate representation of color #099669: hue angle of 160.85º 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 #099669 is Cyan = 0.94, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.41.

Color convert

RGB 9 150 105 -
CMYK 0.94 0 0.30 0.41
HSL 160.85º 0.89% 0.31% -
HSV(B) 160.85º 0.94% 0.59% -
XYZ 13.57 22.89 17.07 -
YUV 102.71 129.29 61.16 -
System Red Green Blue C M Y K H S L
Decimal 9 150 105 0.94 0 0.30 0.41 160.85 0.89 0.31
Hex 9 96 69 5E 0 1E 29 A1 59 1F
Octal 11 226 151 136 0 36 51 241 131 37
Binary 1001 10010110 1101001 1011110 0 11110 101001 10100001 1011001 11111

Color Harmonies of #099669

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #099669

Black with #099669

Text Example


Text Example

White with #099669

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #099669; }

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

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

background-color css

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

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

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

border-color css

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

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

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