Html Css Color HEX #12926B Elf Green

📋 copy color: '#12926B'

red 18 ◦ green 146 ◦ blue 107

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

Shades of Elf Green #12926B

Tints of Elf Green #12926B

RGB

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

 GREEN value IS 146 (57.42% from 255) = 53.87%

 BLUE value IS 107 (42.19% from 255) = 39.48%

R = 6.64%
G = 53.87%
B = 39.48%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.27

 K value IS 0.43

RGB Variations

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

Color information

#12926B (or 0x12926B) is known color: Elf Green. HEX triplet: 12, 92 and 6B. RGB value is (18,146,107). Sum of RGB (Red+Green+Blue) = 18+146+107=271 (35% of max value = 765). Red value is 18 (7.42% from 255 or 6.64% from 271); Green value is 146 (57.42% from 255 or 53.87% from 271); Blue value is 107 (42.19% from 255 or 39.48% from 271); Max value from RGB is 146 - color contains mainly: green. Hex color #12926B is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #12926B is #ED6D94. Grayscale: #676767. Windows color (decimal): -15560085 or 7049746. OLE color: 7049746.

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

Color convert

RGB 18 146 107 -
CMYK 0.88 0 0.27 0.43
HSL 161.72º 0.78% 0.32% -
HSV(B) 161.72º 0.88% 0.57% -
XYZ 13.18 21.75 17.41 -
YUV 103.28 130.09 67.17 -
System Red Green Blue C M Y K H S L
Decimal 18 146 107 0.88 0 0.27 0.43 161.72 0.78 0.32
Hex 12 92 6B 58 0 1B 2B A2 4E 20
Octal 22 222 153 130 0 33 53 242 116 40
Binary 10010 10010010 1101011 1011000 0 11011 101011 10100010 1001110 100000

Color Harmonies of #12926B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12926B

Black with #12926B

Text Example


Text Example

White with #12926B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #12926B; }

 p { color: rgb(18,146,107); }

 H1.HeaderClassName
 {
   color: #12926B;
 }
 .AnyTagClassName
 {
   color: #12926B;
 }
</style>

background-color css

<style>
 a { background-color: #12926B; }

 a { background-color: rgb(18,146,107); }

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

border-color css

<style>
 span { border-color: #12926B; }

 span { border-color: rgb(18,146,107); }

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