Html Css Color HEX #12915D Elf Green

📋 copy color: '#12915D'

red 18 ◦ green 145 ◦ blue 93

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

Shades of Elf Green #12915D

Tints of Elf Green #12915D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 36.33%

R = 7.03%
G = 56.64%
B = 36.33%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.36

 K value IS 0.43

RGB Variations

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

Color information

#12915D (or 0x12915D) is known color: Elf Green. HEX triplet: 12, 91 and 5D. RGB value is (18,145,93). Sum of RGB (Red+Green+Blue) = 18+145+93=256 (33% of max value = 765). Red value is 18 (7.42% from 255 or 7.03% from 256); Green value is 145 (57.03% from 255 or 56.64% from 256); Blue value is 93 (36.72% from 255 or 36.33% from 256); Max value from RGB is 145 - color contains mainly: green. Hex color #12915D is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #12915D is #ED6EA2. Grayscale: #656565. Windows color (decimal): -15560355 or 6131986. OLE color: 6131986.

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

Color convert

RGB 18 145 93 -
CMYK 0.88 0 0.36 0.43
HSL 155.43º 0.78% 0.32% -
HSV(B) 155.43º 0.88% 0.57% -
XYZ 12.35 21.17 13.79 -
YUV 101.1 123.42 68.73 -
System Red Green Blue C M Y K H S L
Decimal 18 145 93 0.88 0 0.36 0.43 155.43 0.78 0.32
Hex 12 91 5D 58 0 24 2B 9B 4E 20
Octal 22 221 135 130 0 44 53 233 116 40
Binary 10010 10010001 1011101 1011000 0 100100 101011 10011011 1001110 100000

Color Harmonies of #12915D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12915D

Black with #12915D

Text Example


Text Example

White with #12915D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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