#48CA14

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

Shades of Kelly Green #48CA14

Tints of Kelly Green #48CA14

Color information

#48CA14 (or 0x48CA14) is unknown color: approx Kelly Green. HEX triplet: 48, CA and 14. RGB value is (72,202,20). Sum of RGB (Red+Green+Blue) = 72+202+20=294 (38% of max value = 765). Red value is 72 (28.52% from 255 or 24.49% from 294); Green value is 202 (79.30% from 255 or 68.71% from 294); Blue value is 20 (8.20% from 255 or 6.80% from 294); Max value from RGB is 202 - color contains mainly: green. Hex color #48CA14 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #48CA14 is #B735EB. Grayscale: #8E8E8E. Windows color (decimal): -12006892 or 1362504. OLE color: 1362504.

HSL color Cylindrical-coordinate representation of color #48CA14: hue angle of 102.86º degrees, saturation: 0.82, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #48CA14 is Cyan = 0.64, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.21.

Color convert

RGB7220220-
CMYK0.6400.900.21
HSL102.86º81.98%43.53%-
HSV(B)102.86º90.1%79.22%-
XYZ23.9243.677.83-
YUV142.3858.9377.8-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 24.49%
GREEN value IS 202 (79.30% from 255) = 68.71%
BLUE value IS 20 (8.20% from 255) = 6.80%
R=24.49%
G=68.71%
B=6.80%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.90
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal72202200.6400.900.21102.8681.9843.53
Hex48CA144005A1567522c
Octal1103122410001322514712254
Binary100100011001010101001000000010110101010111001111010010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48CA14

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(72,202,20); }

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

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

 a { background-color: rgb(72,202,20); }

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

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

 span { border-color: rgb(72,202,20); }

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