Html Css Color HEX #158C68 Elf Green

📋 copy color: '#158C68'

red 21 ◦ green 140 ◦ blue 104

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

Shades of Elf Green #158C68

Tints of Elf Green #158C68

RGB

 RED value IS 21 (8.59% from 255) = 7.92%

 GREEN value IS 140 (55.08% from 255) = 52.83%

 BLUE value IS 104 (41.02% from 255) = 39.25%

R = 7.92%
G = 52.83%
B = 39.25%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.26

 K value IS 0.45

RGB Variations

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

Color information

#158C68 (or 0x158C68) is known color: Elf Green. HEX triplet: 15, 8C and 68. RGB value is (21,140,104). Sum of RGB (Red+Green+Blue) = 21+140+104=265 (35% of max value = 765). Red value is 21 (8.59% from 255 or 7.92% from 265); Green value is 140 (55.08% from 255 or 52.83% from 265); Blue value is 104 (41.02% from 255 or 39.25% from 265); Max value from RGB is 140 - color contains mainly: green. Hex color #158C68 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #158C68 is #EA7397. Grayscale: #646464. Windows color (decimal): -15365016 or 6851605. OLE color: 6851605.

HSL color Cylindrical-coordinate representation of color #158C68: hue angle of 161.85º degrees, saturation: 0.74, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #158C68 is Cyan = 0.85, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.45.

Color convert

RGB 21 140 104 -
CMYK 0.85 0 0.26 0.45
HSL 161.85º 0.74% 0.32% -
HSV(B) 161.85º 0.85% 0.55% -
XYZ 12.19 19.92 16.3 -
YUV 100.32 130.08 71.43 -
System Red Green Blue C M Y K H S L
Decimal 21 140 104 0.85 0 0.26 0.45 161.85 0.74 0.32
Hex 15 8C 68 55 0 1A 2D A2 4A 20
Octal 25 214 150 125 0 32 55 242 112 40
Binary 10101 10001100 1101000 1010101 0 11010 101101 10100010 1001010 100000

Color Harmonies of #158C68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #158C68

Black with #158C68

Text Example


Text Example

White with #158C68

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #158C68; }

 p { color: rgb(21,140,104); }

 H1.HeaderClassName
 {
   color: #158C68;
 }
 .AnyTagClassName
 {
   color: #158C68;
 }
</style>

background-color css

<style>
 a { background-color: #158C68; }

 a { background-color: rgb(21,140,104); }

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

border-color css

<style>
 span { border-color: #158C68; }

 span { border-color: rgb(21,140,104); }

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