Html Css Color HEX #18925F Elf Green

📋 copy color: '#18925F'

red 24 ◦ green 146 ◦ blue 95

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

Shades of Elf Green #18925F

Tints of Elf Green #18925F

RGB

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

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

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

R = 9.06%
G = 55.09%
B = 35.85%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.35

 K value IS 0.43

RGB Variations

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

Color information

#18925F (or 0x18925F) is known color: Elf Green. HEX triplet: 18, 92 and 5F. RGB value is (24,146,95). Sum of RGB (Red+Green+Blue) = 24+146+95=265 (35% of max value = 765). Red value is 24 (9.77% from 255 or 9.06% from 265); Green value is 146 (57.42% from 255 or 55.09% from 265); Blue value is 95 (37.5% from 255 or 35.85% from 265); Max value from RGB is 146 - color contains mainly: green. Hex color #18925F is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #18925F is #E76DA0. Grayscale: #676767. Windows color (decimal): -15166881 or 6263320. OLE color: 6263320.

HSL color Cylindrical-coordinate representation of color #18925F: hue angle of 154.92º degrees, saturation: 0.72, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #18925F is Cyan = 0.84, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.43.

Color convert

RGB 24 146 95 -
CMYK 0.84 0 0.35 0.43
HSL 154.92º 0.72% 0.33% -
HSV(B) 154.92º 0.84% 0.57% -
XYZ 12.72 21.58 14.32 -
YUV 103.71 123.08 71.15 -
System Red Green Blue C M Y K H S L
Decimal 24 146 95 0.84 0 0.35 0.43 154.92 0.72 0.33
Hex 18 92 5F 54 0 23 2B 9B 48 21
Octal 30 222 137 124 0 43 53 233 110 41
Binary 11000 10010010 1011111 1010100 0 100011 101011 10011011 1001000 100001

Color Harmonies of #18925F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18925F

Black with #18925F

Text Example


Text Example

White with #18925F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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