Html Css Color HEX #099770 Free Speech Aquamarine

📋 copy color: '#099770'

red 9 ◦ green 151 ◦ blue 112

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

Shades of Free Speech Aquamarine #099770

Tints of Free Speech Aquamarine #099770

RGB

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

 GREEN value IS 151 (59.38% from 255) = 55.51%

 BLUE value IS 112 (44.14% from 255) = 41.18%

R = 3.31%
G = 55.51%
B = 41.18%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.26

 K value IS 0.41

RGB Variations

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

Color information

#099770 (or 0x099770) is known color: Free Speech Aquamarine. HEX triplet: 09, 97 and 70. RGB value is (9,151,112). Sum of RGB (Red+Green+Blue) = 9+151+112=272 (36% of max value = 765). Red value is 9 (3.91% from 255 or 3.31% from 272); Green value is 151 (59.38% from 255 or 55.51% from 272); Blue value is 112 (44.14% from 255 or 41.18% from 272); Max value from RGB is 151 - color contains mainly: green. Hex color #099770 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #099770 is #F6688F. Grayscale: #686868. Windows color (decimal): -16148624 or 7378697. OLE color: 7378697.

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

Color convert

RGB 9 151 112 -
CMYK 0.94 0 0.26 0.41
HSL 163.52º 0.89% 0.31% -
HSV(B) 163.52º 0.94% 0.59% -
XYZ 14.1 23.36 19.1 -
YUV 104.1 132.46 60.17 -
System Red Green Blue C M Y K H S L
Decimal 9 151 112 0.94 0 0.26 0.41 163.52 0.89 0.31
Hex 9 97 70 5E 0 1A 29 A4 59 1F
Octal 11 227 160 136 0 32 51 244 131 37
Binary 1001 10010111 1110000 1011110 0 11010 101001 10100100 1011001 11111

Color Harmonies of #099770

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #099770

Black with #099770

Text Example


Text Example

White with #099770

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #099770; }

 p { color: rgb(9,151,112); }

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

background-color css

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

 a { background-color: rgb(9,151,112); }

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

border-color css

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

 span { border-color: rgb(9,151,112); }

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