#49C30A

Color #49C30A Kelly Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Kelly Green #49C30A

Tints of Kelly Green #49C30A

Color information

#49C30A (or 0x49C30A) is unknown color: approx Kelly Green. HEX triplet: 49, C3 and 0A. RGB value is (73,195,10). Sum of RGB (Red+Green+Blue) = 73+195+10=278 (36% of max value = 765). Red value is 73 (28.91% from 255 or 26.26% from 278); Green value is 195 (76.56% from 255 or 70.14% from 278); Blue value is 10 (4.30% from 255 or 3.60% from 278); Max value from RGB is 195 - color contains mainly: green. Hex color #49C30A is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #49C30A is #B63CF5. Grayscale: #8A8A8A. Windows color (decimal): -11943158 or 705353. OLE color: 705353.

HSL color Cylindrical-coordinate representation of color #49C30A: hue angle of 99.57º degrees, saturation: 0.9, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #49C30A is Cyan = 0.63, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.24.

Color convert

RGB7319510-
CMYK0.6300.950.24
HSL99.57º90.24%40.2%-
HSV(B)99.57º94.87%76.47%-
XYZ22.3240.476.92-
YUV137.4356.0882.04-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 26.26%
GREEN value IS 195 (76.56% from 255) = 70.14%
BLUE value IS 10 (4.30% from 255) = 3.60%
R=26.26%
G=70.14%
B=3.60%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.95
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal73195100.6300.950.2499.5790.2440.2
Hex49C3A3F05F18645a28
Octal111303127701373014413250
Binary1001001110000111010111111010111111100011001001011010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49C30A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(73,195,10); }

 H1.HeaderClassName
 {
   color: #49C30A;
 }
 .AnyTagClassName
 {
   color: #49C30A;
 }
</style>
background-color css

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

 a { background-color: rgb(73,195,10); }

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

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

 span { border-color: rgb(73,195,10); }

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