Html Css Color HEX #49AE0F Kelly Green

📋 copy color: '#49AE0F'

red 73 ◦ green 174 ◦ blue 15

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

Shades of Kelly Green #49AE0F

Tints of Kelly Green #49AE0F

RGB

 RED value IS 73 (28.91% from 255) = 27.86%

 GREEN value IS 174 (68.36% from 255) = 66.41%

 BLUE value IS 15 (6.25% from 255) = 5.73%

R = 27.86%
G = 66.41%
B = 5.73%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.91

 K value IS 0.32

RGB Variations

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

Color information

#49AE0F (or 0x49AE0F) is known color: Kelly Green. HEX triplet: 49, AE and 0F. RGB value is (73,174,15). Sum of RGB (Red+Green+Blue) = 73+174+15=262 (34% of max value = 765). Red value is 73 (28.91% from 255 or 27.86% from 262); Green value is 174 (68.36% from 255 or 66.41% from 262); Blue value is 15 (6.25% from 255 or 5.73% from 262); Max value from RGB is 174 - color contains mainly: green. Hex color #49AE0F is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #49AE0F is #B651F0. Grayscale: #7E7E7E. Windows color (decimal): -11948529 or 1027657. OLE color: 1027657.

HSL color Cylindrical-coordinate representation of color #49AE0F: hue angle of 98.11º degrees, saturation: 0.84, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #49AE0F is Cyan = 0.58, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.32.

Color convert

RGB 73 174 15 -
CMYK 0.58 0 0.91 0.32
HSL 98.11º 0.84% 0.37% -
HSV(B) 98.11º 0.91% 0.68% -
XYZ 17.97 31.72 5.63 -
YUV 125.68 65.54 90.43 -
System Red Green Blue C M Y K H S L
Decimal 73 174 15 0.58 0 0.91 0.32 98.11 0.84 0.37
Hex 49 AE F 3A 0 5B 20 62 54 25
Octal 111 256 17 72 0 133 40 142 124 45
Binary 1001001 10101110 1111 111010 0 1011011 100000 1100010 1010100 100101

Color Harmonies of #49AE0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49AE0F

Black with #49AE0F

Text Example


Text Example

White with #49AE0F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #49AE0F; }

 p { color: rgb(73,174,15); }

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

background-color css

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

 a { background-color: rgb(73,174,15); }

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

border-color css

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

 span { border-color: rgb(73,174,15); }

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