Html Css Color HEX #249A70 Elf Green

📋 copy color: '#249A70'

red 36 ◦ green 154 ◦ blue 112

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

Shades of Elf Green #249A70

Tints of Elf Green #249A70

RGB

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

 GREEN value IS 154 (60.55% from 255) = 50.99%

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

R = 11.92%
G = 50.99%
B = 37.09%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.27

 K value IS 0.40

RGB Variations

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

Color information

#249A70 (or 0x249A70) is known color: Elf Green. HEX triplet: 24, 9A and 70. RGB value is (36,154,112). Sum of RGB (Red+Green+Blue) = 36+154+112=302 (40% of max value = 765). Red value is 36 (14.45% from 255 or 11.92% from 302); Green value is 154 (60.55% from 255 or 50.99% from 302); Blue value is 112 (44.14% from 255 or 37.09% from 302); Max value from RGB is 154 - color contains mainly: green. Hex color #249A70 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #249A70 is #DB658F. Grayscale: #717171. Windows color (decimal): -14378384 or 7379492. OLE color: 7379492.

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

Color convert

RGB 36 154 112 -
CMYK 0.77 0 0.27 0.40
HSL 158.64º 0.62% 0.37% -
HSV(B) 158.64º 0.77% 0.6% -
XYZ 15.21 24.66 19.29 -
YUV 113.93 126.91 72.42 -
System Red Green Blue C M Y K H S L
Decimal 36 154 112 0.77 0 0.27 0.40 158.64 0.62 0.37
Hex 24 9A 70 4D 0 1B 28 9F 3E 25
Octal 44 232 160 115 0 33 50 237 76 45
Binary 100100 10011010 1110000 1001101 0 11011 101000 10011111 111110 100101

Color Harmonies of #249A70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #249A70

Black with #249A70

Text Example


Text Example

White with #249A70

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #249A70; }

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

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

background-color css

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

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

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

border-color css

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

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

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