Html Css Color HEX #12887A Elf Green

📋 copy color: '#12887A'

red 18 ◦ green 136 ◦ blue 122

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

Shades of Elf Green #12887A

Tints of Elf Green #12887A

RGB

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

 GREEN value IS 136 (53.52% from 255) = 49.28%

 BLUE value IS 122 (48.05% from 255) = 44.2%

R = 6.52%
G = 49.28%
B = 44.2%

CMYK

 C value IS 0.87

 M value IS 0

 Y value IS 0.10

 K value IS 0.47

RGB Variations

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

Color information

#12887A (or 0x12887A) is known color: Elf Green. HEX triplet: 12, 88 and 7A. RGB value is (18,136,122). Sum of RGB (Red+Green+Blue) = 18+136+122=276 (36% of max value = 765). Red value is 18 (7.42% from 255 or 6.52% from 276); Green value is 136 (53.52% from 255 or 49.28% from 276); Blue value is 122 (48.05% from 255 or 44.20% from 276); Max value from RGB is 136 - color contains mainly: green. Hex color #12887A is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #12887A is #ED7785. Grayscale: #636363. Windows color (decimal): -15562630 or 8030226. OLE color: 8030226.

HSL color Cylindrical-coordinate representation of color #12887A: hue angle of 172.88º degrees, saturation: 0.77, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #12887A is Cyan = 0.87, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.47.

Color convert

RGB 18 136 122 -
CMYK 0.87 0 0.10 0.47
HSL 172.88º 0.77% 0.3% -
HSV(B) 172.88º 0.87% 0.53% -
XYZ 12.57 19.14 21.44 -
YUV 99.12 140.91 70.14 -
System Red Green Blue C M Y K H S L
Decimal 18 136 122 0.87 0 0.10 0.47 172.88 0.77 0.3
Hex 12 88 7A 57 0 A 2F AD 4D 1E
Octal 22 210 172 127 0 12 57 255 115 36
Binary 10010 10001000 1111010 1010111 0 1010 101111 10101101 1001101 11110

Color Harmonies of #12887A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12887A

Black with #12887A

Text Example


Text Example

White with #12887A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #12887A; }

 p { color: rgb(18,136,122); }

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

background-color css

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

 a { background-color: rgb(18,136,122); }

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

border-color css

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

 span { border-color: rgb(18,136,122); }

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