Html Css Color HEX #18945F Elf Green

📋 copy color: '#18945F'

red 24 ◦ green 148 ◦ blue 95

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

Shades of Elf Green #18945F

Tints of Elf Green #18945F

RGB

 RED value IS 24 (9.77% from 255) = 8.99%

 GREEN value IS 148 (58.2% from 255) = 55.43%

 BLUE value IS 95 (37.5% from 255) = 35.58%

R = 8.99%
G = 55.43%
B = 35.58%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.36

 K value IS 0.42

RGB Variations

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

Color information

#18945F (or 0x18945F) is known color: Elf Green. HEX triplet: 18, 94 and 5F. RGB value is (24,148,95). Sum of RGB (Red+Green+Blue) = 24+148+95=267 (35% of max value = 765). Red value is 24 (9.77% from 255 or 8.99% from 267); Green value is 148 (58.20% from 255 or 55.43% from 267); Blue value is 95 (37.5% from 255 or 35.58% from 267); Max value from RGB is 148 - color contains mainly: green. Hex color #18945F is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #18945F is #E76BA0. Grayscale: #686868. Windows color (decimal): -15166369 or 6263832. OLE color: 6263832.

HSL color Cylindrical-coordinate representation of color #18945F: hue angle of 154.35º degrees, saturation: 0.72, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #18945F is Cyan = 0.84, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.42.

Color convert

RGB 24 148 95 -
CMYK 0.84 0 0.36 0.42
HSL 154.35º 0.72% 0.34% -
HSV(B) 154.35º 0.84% 0.58% -
XYZ 13.03 22.2 14.42 -
YUV 104.88 122.42 70.31 -
System Red Green Blue C M Y K H S L
Decimal 24 148 95 0.84 0 0.36 0.42 154.35 0.72 0.34
Hex 18 94 5F 54 0 24 2A 9A 48 22
Octal 30 224 137 124 0 44 52 232 110 42
Binary 11000 10010100 1011111 1010100 0 100100 101010 10011010 1001000 100010

Color Harmonies of #18945F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18945F

Black with #18945F

Text Example


Text Example

White with #18945F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #18945F; }

 p { color: rgb(24,148,95); }

 H1.HeaderClassName
 {
   color: #18945F;
 }
 .AnyTagClassName
 {
   color: #18945F;
 }
</style>

background-color css

<style>
 a { background-color: #18945F; }

 a { background-color: rgb(24,148,95); }

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

border-color css

<style>
 span { border-color: #18945F; }

 span { border-color: rgb(24,148,95); }

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