Html Css Color HEX #0A9972 Free Speech Aquamarine

📋 copy color: '#0A9972'

red 10 ◦ green 153 ◦ blue 114

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

Shades of Free Speech Aquamarine #0A9972

Tints of Free Speech Aquamarine #0A9972

RGB

 RED value IS 10 (4.3% from 255) = 3.61%

 GREEN value IS 153 (60.16% from 255) = 55.23%

 BLUE value IS 114 (44.92% from 255) = 41.16%

R = 3.61%
G = 55.23%
B = 41.16%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.25

 K value IS 0.4

RGB Variations

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

Color information

#0A9972 (or 0x0A9972) is known color: Free Speech Aquamarine. HEX triplet: 0A, 99 and 72. RGB value is (10,153,114). Sum of RGB (Red+Green+Blue) = 10+153+114=277 (36% of max value = 765). Red value is 10 (4.30% from 255 or 3.61% from 277); Green value is 153 (60.16% from 255 or 55.23% from 277); Blue value is 114 (44.92% from 255 or 41.16% from 277); Max value from RGB is 153 - color contains mainly: green. Hex color #0A9972 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0A9972 is #F5668D. Grayscale: #696969. Windows color (decimal): -16082574 or 7510282. OLE color: 7510282.

HSL color Cylindrical-coordinate representation of color #0A9972: hue angle of 163.64º degrees, saturation: 0.88, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0A9972 is Cyan = 0.93, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.4.

Color convert

RGB 10 153 114 -
CMYK 0.93 0 0.25 0.4
HSL 163.64º 0.88% 0.32% -
HSV(B) 163.64º 0.93% 0.6% -
XYZ 14.55 24.06 19.8 -
YUV 105.8 132.62 59.67 -
System Red Green Blue C M Y K H S L
Decimal 10 153 114 0.93 0 0.25 0.4 163.64 0.88 0.32
Hex A 99 72 5D 0 19 28 A4 58 20
Octal 12 231 162 135 0 31 50 244 130 40
Binary 1010 10011001 1110010 1011101 0 11001 101000 10100100 1011000 100000

Color Harmonies of #0A9972

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A9972

Black with #0A9972

Text Example


Text Example

White with #0A9972

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0A9972; }

 p { color: rgb(10,153,114); }

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

background-color css

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

 a { background-color: rgb(10,153,114); }

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

border-color css

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

 span { border-color: rgb(10,153,114); }

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