Html Css Color HEX #49AE01 Kelly Green

📋 copy color: '#49AE01'

red 73 ◦ green 174 ◦ blue 1

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

Shades of Kelly Green #49AE01

Tints of Kelly Green #49AE01

RGB

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

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

 BLUE value IS 1 (0.78% from 255) = 0.4%

R = 29.44%
G = 70.16%
B = 0.4%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.99

 K value IS 0.32

RGB Variations

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

Color information

#49AE01 (or 0x49AE01) is known color: Kelly Green. HEX triplet: 49, AE and 01. RGB value is (73,174,1). Sum of RGB (Red+Green+Blue) = 73+174+1=248 (32% of max value = 765). Red value is 73 (28.91% from 255 or 29.44% from 248); Green value is 174 (68.36% from 255 or 70.16% from 248); Blue value is 1 (0.78% from 255 or 0.40% from 248); Max value from RGB is 174 - color contains mainly: green. Hex color #49AE01 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #49AE01 is #B651FE. Grayscale: #7C7C7C. Windows color (decimal): -11948543 or 110153. OLE color: 110153.

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

Color convert

RGB 73 174 1 -
CMYK 0.58 0 0.99 0.32
HSL 95.03º 0.99% 0.34% -
HSV(B) 95.03º 0.99% 0.68% -
XYZ 17.89 31.69 5.2 -
YUV 124.08 58.54 91.57 -
System Red Green Blue C M Y K H S L
Decimal 73 174 1 0.58 0 0.99 0.32 95.03 0.99 0.34
Hex 49 AE 1 3A 0 63 20 5F 63 22
Octal 111 256 1 72 0 143 40 137 143 42
Binary 1001001 10101110 1 111010 0 1100011 100000 1011111 1100011 100010

Color Harmonies of #49AE01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49AE01

Black with #49AE01

Text Example


Text Example

White with #49AE01

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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