#48A001

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

Shades of Kelly Green #48A001

Tints of Kelly Green #48A001

Color information

#48A001 (or 0x48A001) is unknown color: approx Kelly Green. HEX triplet: 48, A0 and 01. RGB value is (72,160,1). Sum of RGB (Red+Green+Blue) = 72+160+1=233 (30% of max value = 765). Red value is 72 (28.52% from 255 or 30.90% from 233); Green value is 160 (62.89% from 255 or 68.67% from 233); Blue value is 1 (0.78% from 255 or 0.43% from 233); Max value from RGB is 160 - color contains mainly: green. Hex color #48A001 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #48A001 is #B75FFE. Grayscale: #747474. Windows color (decimal): -12017663 or 106568. OLE color: 106568.

HSL color Cylindrical-coordinate representation of color #48A001: hue angle of 93.21º degrees, saturation: 0.99, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #48A001 is Cyan = 0.55, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.37.

Color convert

RGB721601-
CMYK0.5500.990.37
HSL93.21º98.76%31.57%-
HSV(B)93.21º99.37%62.75%-
XYZ15.2526.524.34-
YUV115.5663.3596.93-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 30.90%
GREEN value IS 160 (62.89% from 255) = 68.67%
BLUE value IS 1 (0.78% from 255) = 0.43%
R=30.90%
G=68.67%
B=0.43%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.99
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal7216010.5500.990.3793.2198.7631.57
Hex48A0137063255d6320
Octal11024016701434513514340
Binary10010001010000011101110110001110010110111011100011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48A001

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #48A001; }

 p { color: rgb(72,160,1); }

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

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

 a { background-color: rgb(72,160,1); }

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

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

 span { border-color: rgb(72,160,1); }

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