#48a923

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

Shades of Kelly Green #48A923

Tints of Kelly Green #48A923

Color information

#48A923 (or 0x48A923) is unknown color: approx Kelly Green. HEX triplet: 48, A9 and 23. RGB value is (72,169,35). Sum of RGB (Red+Green+Blue) = 72+169+35=276 (36% of max value = 765). Red value is 72 (28.52% from 255 or 26.09% from 276); Green value is 169 (66.41% from 255 or 61.23% from 276); Blue value is 35 (14.06% from 255 or 12.68% from 276); Max value from RGB is 169 - color contains mainly: green. Hex color #48A923 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #48A923 is #B756DC. Grayscale: #7D7D7D. Windows color (decimal): -12015325 or 2337096. OLE color: 2337096.

HSL color Cylindrical-coordinate representation of color #48A923: hue angle of 103.43º degrees, saturation: 0.66, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #48A923 is Cyan = 0.57, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.34.

Color convert

RGB7216935-
CMYK0.5700.790.34
HSL103.43º65.69%40%-
HSV(B)103.43º79.29%66.27%-
XYZ17.1629.886.45-
YUV124.7277.3690.4-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 26.09%
GREEN value IS 169 (66.41% from 255) = 61.23%
BLUE value IS 35 (14.06% from 255) = 12.68%
R=26.09%
G=61.23%
B=12.68%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.79
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal72169350.5700.790.34103.4365.6940
Hex48A9233904F22674228
Octal110251437101174214710250
Binary1001000101010011000111110010100111110001011001111000010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48a923

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(72,169,35); }

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

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

 a { background-color: rgb(72,169,35); }

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

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

 span { border-color: rgb(72,169,35); }

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