Html Css Color HEX #249970 Elf Green

📋 copy color: '#249970'

red 36 ◦ green 153 ◦ blue 112

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

Shades of Elf Green #249970

Tints of Elf Green #249970

RGB

 RED value IS 36 (14.45% from 255) = 11.96%

 GREEN value IS 153 (60.16% from 255) = 50.83%

 BLUE value IS 112 (44.14% from 255) = 37.21%

R = 11.96%
G = 50.83%
B = 37.21%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.27

 K value IS 0.4

RGB Variations

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

Color information

#249970 (or 0x249970) is known color: Elf Green. HEX triplet: 24, 99 and 70. RGB value is (36,153,112). Sum of RGB (Red+Green+Blue) = 36+153+112=301 (39% of max value = 765). Red value is 36 (14.45% from 255 or 11.96% from 301); Green value is 153 (60.16% from 255 or 50.83% from 301); Blue value is 112 (44.14% from 255 or 37.21% from 301); Max value from RGB is 153 - color contains mainly: green. Hex color #249970 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #249970 is #DB668F. Grayscale: #717171. Windows color (decimal): -14378640 or 7379236. OLE color: 7379236.

HSL color Cylindrical-coordinate representation of color #249970: hue angle of 158.97º degrees, saturation: 0.62, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #249970 is Cyan = 0.76, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.4.

Color convert

RGB 36 153 112 -
CMYK 0.76 0 0.27 0.4
HSL 158.97º 0.62% 0.37% -
HSV(B) 158.97º 0.76% 0.6% -
XYZ 15.04 24.33 19.23 -
YUV 113.34 127.24 72.83 -
System Red Green Blue C M Y K H S L
Decimal 36 153 112 0.76 0 0.27 0.4 158.97 0.62 0.37
Hex 24 99 70 4C 0 1B 28 9F 3E 25
Octal 44 231 160 114 0 33 50 237 76 45
Binary 100100 10011001 1110000 1001100 0 11011 101000 10011111 111110 100101

Color Harmonies of #249970

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #249970

Black with #249970

Text Example


Text Example

White with #249970

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #249970; }

 p { color: rgb(36,153,112); }

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

background-color css

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

 a { background-color: rgb(36,153,112); }

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

border-color css

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

 span { border-color: rgb(36,153,112); }

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