Html Css Color HEX #12915C Elf Green

📋 copy color: '#12915C'

red 18 ◦ green 145 ◦ blue 92

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

Shades of Elf Green #12915C

Tints of Elf Green #12915C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 36.08%

R = 7.06%
G = 56.86%
B = 36.08%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.37

 K value IS 0.43

RGB Variations

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

Color information

#12915C (or 0x12915C) is known color: Elf Green. HEX triplet: 12, 91 and 5C. RGB value is (18,145,92). Sum of RGB (Red+Green+Blue) = 18+145+92=255 (33% of max value = 765). Red value is 18 (7.42% from 255 or 7.06% from 255); Green value is 145 (57.03% from 255 or 56.86% from 255); Blue value is 92 (36.33% from 255 or 36.08% from 255); Max value from RGB is 145 - color contains mainly: green. Hex color #12915C is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #12915C is #ED6EA3. Grayscale: #656565. Windows color (decimal): -15560356 or 6066450. OLE color: 6066450.

HSL color Cylindrical-coordinate representation of color #12915C: hue angle of 154.96º 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 #12915C is Cyan = 0.88, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.43.

Color convert

RGB 18 145 92 -
CMYK 0.88 0 0.37 0.43
HSL 154.96º 0.78% 0.32% -
HSV(B) 154.96º 0.88% 0.57% -
XYZ 12.31 21.15 13.56 -
YUV 100.99 122.92 68.81 -
System Red Green Blue C M Y K H S L
Decimal 18 145 92 0.88 0 0.37 0.43 154.96 0.78 0.32
Hex 12 91 5C 58 0 25 2B 9B 4E 20
Octal 22 221 134 130 0 45 53 233 116 40
Binary 10010 10010001 1011100 1011000 0 100101 101011 10011011 1001110 100000

Color Harmonies of #12915C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12915C

Black with #12915C

Text Example


Text Example

White with #12915C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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