Html Css Color HEX #12A876 Free Speech Aquamarine

📋 copy color: '#12A876'

red 18 ◦ green 168 ◦ blue 118

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

Shades of Free Speech Aquamarine #12A876

Tints of Free Speech Aquamarine #12A876

RGB

 RED value IS 18 (7.42% from 255) = 5.92%

 GREEN value IS 168 (66.02% from 255) = 55.26%

 BLUE value IS 118 (46.48% from 255) = 38.82%

R = 5.92%
G = 55.26%
B = 38.82%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.30

 K value IS 0.34

RGB Variations

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

Color information

#12A876 (or 0x12A876) is known color: Free Speech Aquamarine. HEX triplet: 12, A8 and 76. RGB value is (18,168,118). Sum of RGB (Red+Green+Blue) = 18+168+118=304 (40% of max value = 765). Red value is 18 (7.42% from 255 or 5.92% from 304); Green value is 168 (66.02% from 255 or 55.26% from 304); Blue value is 118 (46.48% from 255 or 38.82% from 304); Max value from RGB is 168 - color contains mainly: green. Hex color #12A876 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #12A876 is #ED5789. Grayscale: #757575. Windows color (decimal): -15554442 or 7776274. OLE color: 7776274.

HSL color Cylindrical-coordinate representation of color #12A876: hue angle of 160º degrees, saturation: 0.81, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #12A876 is Cyan = 0.89, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.34.

Color convert

RGB 18 168 118 -
CMYK 0.89 0 0.30 0.34
HSL 160º 0.81% 0.36% -
HSV(B) 160º 0.89% 0.66% -
XYZ 17.52 29.44 21.9 -
YUV 117.45 128.31 57.07 -
System Red Green Blue C M Y K H S L
Decimal 18 168 118 0.89 0 0.30 0.34 160 0.81 0.36
Hex 12 A8 76 59 0 1E 22 A0 51 24
Octal 22 250 166 131 0 36 42 240 121 44
Binary 10010 10101000 1110110 1011001 0 11110 100010 10100000 1010001 100100

Color Harmonies of #12A876

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12A876

Black with #12A876

Text Example


Text Example

White with #12A876

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #12A876; }

 p { color: rgb(18,168,118); }

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

background-color css

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

 a { background-color: rgb(18,168,118); }

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

border-color css

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

 span { border-color: rgb(18,168,118); }

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