Html Css Color HEX #18985D Elf Green

📋 copy color: '#18985D'

red 24 ◦ green 152 ◦ blue 93

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

Shades of Elf Green #18985D

Tints of Elf Green #18985D

RGB

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

 GREEN value IS 152 (59.77% from 255) = 56.51%

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

R = 8.92%
G = 56.51%
B = 34.57%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.39

 K value IS 0.40

RGB Variations

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

Color information

#18985D (or 0x18985D) is known color: Elf Green. HEX triplet: 18, 98 and 5D. RGB value is (24,152,93). Sum of RGB (Red+Green+Blue) = 24+152+93=269 (35% of max value = 765). Red value is 24 (9.77% from 255 or 8.92% from 269); Green value is 152 (59.77% from 255 or 56.51% from 269); Blue value is 93 (36.72% from 255 or 34.57% from 269); Max value from RGB is 152 - color contains mainly: green. Hex color #18985D is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #18985D is #E767A2. Grayscale: #6B6B6B. Windows color (decimal): -15165347 or 6133784. OLE color: 6133784.

HSL color Cylindrical-coordinate representation of color #18985D: hue angle of 152.34º degrees, saturation: 0.73, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #18985D is Cyan = 0.84, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.40.

Color convert

RGB 24 152 93 -
CMYK 0.84 0 0.39 0.40
HSL 152.34º 0.73% 0.35% -
HSV(B) 152.34º 0.84% 0.6% -
XYZ 13.58 23.44 14.16 -
YUV 107 120.09 68.8 -
System Red Green Blue C M Y K H S L
Decimal 24 152 93 0.84 0 0.39 0.40 152.34 0.73 0.35
Hex 18 98 5D 54 0 27 28 98 49 23
Octal 30 230 135 124 0 47 50 230 111 43
Binary 11000 10011000 1011101 1010100 0 100111 101000 10011000 1001001 100011

Color Harmonies of #18985D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18985D

Black with #18985D

Text Example


Text Example

White with #18985D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(24,152,93); }

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

background-color css

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

 a { background-color: rgb(24,152,93); }

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

border-color css

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

 span { border-color: rgb(24,152,93); }

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