Html Css Color HEX #12915E Elf Green

📋 copy color: '#12915E'

red 18 ◦ green 145 ◦ blue 94

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

Shades of Elf Green #12915E

Tints of Elf Green #12915E

RGB

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

 GREEN value IS 145 (57.03% from 255) = 56.42%

 BLUE value IS 94 (37.11% from 255) = 36.58%

R = 7%
G = 56.42%
B = 36.58%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.35

 K value IS 0.43

RGB Variations

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

Color information

#12915E (or 0x12915E) is known color: Elf Green. HEX triplet: 12, 91 and 5E. RGB value is (18,145,94). Sum of RGB (Red+Green+Blue) = 18+145+94=257 (34% of max value = 765). Red value is 18 (7.42% from 255 or 7.00% from 257); Green value is 145 (57.03% from 255 or 56.42% from 257); Blue value is 94 (37.11% from 255 or 36.58% from 257); Max value from RGB is 145 - color contains mainly: green. Hex color #12915E is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #12915E is #ED6EA1. Grayscale: #656565. Windows color (decimal): -15560354 or 6197522. OLE color: 6197522.

HSL color Cylindrical-coordinate representation of color #12915E: hue angle of 155.91º degrees, saturation: 0.78, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #12915E is Cyan = 0.88, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.43.

Color convert

RGB 18 145 94 -
CMYK 0.88 0 0.35 0.43
HSL 155.91º 0.78% 0.32% -
HSV(B) 155.91º 0.88% 0.57% -
XYZ 12.4 21.19 14.03 -
YUV 101.21 123.92 68.65 -
System Red Green Blue C M Y K H S L
Decimal 18 145 94 0.88 0 0.35 0.43 155.91 0.78 0.32
Hex 12 91 5E 58 0 23 2B 9C 4E 20
Octal 22 221 136 130 0 43 53 234 116 40
Binary 10010 10010001 1011110 1011000 0 100011 101011 10011100 1001110 100000

Color Harmonies of #12915E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12915E

Black with #12915E

Text Example


Text Example

White with #12915E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #12915E; }

 p { color: rgb(18,145,94); }

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

background-color css

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

 a { background-color: rgb(18,145,94); }

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

border-color css

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

 span { border-color: rgb(18,145,94); }

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