#48B01A

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

Shades of Kelly Green #48B01A

Tints of Kelly Green #48B01A

Color information

#48B01A (or 0x48B01A) is unknown color: approx Kelly Green. HEX triplet: 48, B0 and 1A. RGB value is (72,176,26). Sum of RGB (Red+Green+Blue) = 72+176+26=274 (36% of max value = 765). Red value is 72 (28.52% from 255 or 26.28% from 274); Green value is 176 (69.14% from 255 or 64.23% from 274); Blue value is 26 (10.55% from 255 or 9.49% from 274); Max value from RGB is 176 - color contains mainly: green. Hex color #48B01A is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #48B01A is #B74FE5. Grayscale: #808080. Windows color (decimal): -12013542 or 1749064. OLE color: 1749064.

HSL color Cylindrical-coordinate representation of color #48B01A: hue angle of 101.6º degrees, saturation: 0.74, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #48B01A is Cyan = 0.59, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.31.

Color convert

RGB7217626-
CMYK0.5900.850.31
HSL101.6º74.26%39.61%-
HSV(B)101.6º85.23%69.02%-
XYZ18.3832.56.28-
YUV127.870.5488.2-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 26.28%
GREEN value IS 176 (69.14% from 255) = 64.23%
BLUE value IS 26 (10.55% from 255) = 9.49%
R=26.28%
G=64.23%
B=9.49%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.85
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal72176260.5900.850.31101.674.2639.61
Hex48B01A3B0551F664a28
Octal110260327301253714611250
Binary10010001011000011010111011010101011111111001101001010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48B01A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(72,176,26); }

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

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

 a { background-color: rgb(72,176,26); }

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

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

 span { border-color: rgb(72,176,26); }

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