Html Css Color HEX #0A9478 Free Speech Aquamarine

📋 copy color: '#0A9478'

red 10 ◦ green 148 ◦ blue 120

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

Shades of Free Speech Aquamarine #0A9478

Tints of Free Speech Aquamarine #0A9478

RGB

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

 GREEN value IS 148 (58.2% from 255) = 53.24%

 BLUE value IS 120 (47.27% from 255) = 43.17%

R = 3.6%
G = 53.24%
B = 43.17%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.19

 K value IS 0.42

RGB Variations

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

Color information

#0A9478 (or 0x0A9478) is known color: Free Speech Aquamarine. HEX triplet: 0A, 94 and 78. RGB value is (10,148,120). Sum of RGB (Red+Green+Blue) = 10+148+120=278 (36% of max value = 765). Red value is 10 (4.30% from 255 or 3.60% from 278); Green value is 148 (58.20% from 255 or 53.24% from 278); Blue value is 120 (47.27% from 255 or 43.17% from 278); Max value from RGB is 148 - color contains mainly: green. Hex color #0A9478 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0A9478 is #F56B87. Grayscale: #676767. Windows color (decimal): -16083848 or 7902218. OLE color: 7902218.

HSL color Cylindrical-coordinate representation of color #0A9478: hue angle of 167.83º degrees, saturation: 0.87, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0A9478 is Cyan = 0.93, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.42.

Color convert

RGB 10 148 120 -
CMYK 0.93 0 0.19 0.42
HSL 167.83º 0.87% 0.31% -
HSV(B) 167.83º 0.93% 0.58% -
XYZ 14.11 22.6 21.39 -
YUV 103.55 137.28 61.28 -
System Red Green Blue C M Y K H S L
Decimal 10 148 120 0.93 0 0.19 0.42 167.83 0.87 0.31
Hex A 94 78 5D 0 13 2A A8 57 1F
Octal 12 224 170 135 0 23 52 250 127 37
Binary 1010 10010100 1111000 1011101 0 10011 101010 10101000 1010111 11111

Color Harmonies of #0A9478

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A9478

Black with #0A9478

Text Example


Text Example

White with #0A9478

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(10,148,120); }

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

background-color css

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

 a { background-color: rgb(10,148,120); }

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

border-color css

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

 span { border-color: rgb(10,148,120); }

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