Html Css Color HEX #18985E Elf Green

📋 copy color: '#18985E'

red 24 ◦ green 152 ◦ blue 94

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

Shades of Elf Green #18985E

Tints of Elf Green #18985E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 34.81%

R = 8.89%
G = 56.3%
B = 34.81%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.38

 K value IS 0.40

RGB Variations

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

Color information

#18985E (or 0x18985E) is known color: Elf Green. HEX triplet: 18, 98 and 5E. RGB value is (24,152,94). Sum of RGB (Red+Green+Blue) = 24+152+94=270 (35% of max value = 765). Red value is 24 (9.77% from 255 or 8.89% from 270); Green value is 152 (59.77% from 255 or 56.30% from 270); Blue value is 94 (37.11% from 255 or 34.81% from 270); Max value from RGB is 152 - color contains mainly: green. Hex color #18985E is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #18985E is #E767A1. Grayscale: #6B6B6B. Windows color (decimal): -15165346 or 6199320. OLE color: 6199320.

HSL color Cylindrical-coordinate representation of color #18985E: hue angle of 152.81º 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 #18985E is Cyan = 0.84, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.40.

Color convert

RGB 24 152 94 -
CMYK 0.84 0 0.38 0.40
HSL 152.81º 0.73% 0.35% -
HSV(B) 152.81º 0.84% 0.6% -
XYZ 13.63 23.46 14.4 -
YUV 107.12 120.59 68.72 -
System Red Green Blue C M Y K H S L
Decimal 24 152 94 0.84 0 0.38 0.40 152.81 0.73 0.35
Hex 18 98 5E 54 0 26 28 99 49 23
Octal 30 230 136 124 0 46 50 231 111 43
Binary 11000 10011000 1011110 1010100 0 100110 101000 10011001 1001001 100011

Color Harmonies of #18985E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18985E

Black with #18985E

Text Example


Text Example

White with #18985E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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