#45A502

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

Shades of Kelly Green #45A502

Tints of Kelly Green #45A502

Color information

#45A502 (or 0x45A502) is unknown color: approx Kelly Green. HEX triplet: 45, A5 and 02. RGB value is (69,165,2). Sum of RGB (Red+Green+Blue) = 69+165+2=236 (31% of max value = 765). Red value is 69 (27.34% from 255 or 29.24% from 236); Green value is 165 (64.84% from 255 or 69.92% from 236); Blue value is 2 (1.17% from 255 or 0.85% from 236); Max value from RGB is 165 - color contains mainly: green. Hex color #45A502 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #45A502 is #BA5AFD. Grayscale: #767676. Windows color (decimal): -12212990 or 173381. OLE color: 173381.

HSL color Cylindrical-coordinate representation of color #45A502: hue angle of 95.34º degrees, saturation: 0.98, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #45A502 is Cyan = 0.58, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.35.

Color convert

RGB691652-
CMYK0.5800.990.35
HSL95.34º97.6%32.75%-
HSV(B)95.34º98.79%64.71%-
XYZ15.9228.184.66-
YUV117.7162.793.25-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 29.24%
GREEN value IS 165 (64.84% from 255) = 69.92%
BLUE value IS 2 (1.17% from 255) = 0.85%
R=29.24%
G=69.92%
B=0.85%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.99
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal6916520.5800.990.3595.3497.632.75
Hex45A523A063235f6221
Octal10524527201434313714241
Binary100010110100101101110100110001110001110111111100010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #45A502

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #45A502; }

 p { color: rgb(69,165,2); }

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

<style>
 a { background-color: #45A502; }

 a { background-color: rgb(69,165,2); }

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

<style>
 span { border-color: #45A502; }

 span { border-color: rgb(69,165,2); }

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