#45A710

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

Shades of Kelly Green #45A710

Tints of Kelly Green #45A710

Color information

#45A710 (or 0x45A710) is unknown color: approx Kelly Green. HEX triplet: 45, A7 and 10. RGB value is (69,167,16). Sum of RGB (Red+Green+Blue) = 69+167+16=252 (33% of max value = 765). Red value is 69 (27.34% from 255 or 27.38% from 252); Green value is 167 (65.62% from 255 or 66.27% from 252); Blue value is 16 (6.64% from 255 or 6.35% from 252); Max value from RGB is 167 - color contains mainly: green. Hex color #45A710 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #45A710 is #BA58EF. Grayscale: #787878. Windows color (decimal): -12212464 or 1091397. OLE color: 1091397.

HSL color Cylindrical-coordinate representation of color #45A710: hue angle of 98.94º degrees, saturation: 0.83, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #45A710 is Cyan = 0.59, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.35.

Color convert

RGB6916716-
CMYK0.5900.900.35
HSL98.94º82.51%35.88%-
HSV(B)98.94º90.42%65.49%-
XYZ16.3728.945.21-
YUV120.4869.0391.28-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 27.38%
GREEN value IS 167 (65.62% from 255) = 66.27%
BLUE value IS 16 (6.64% from 255) = 6.35%
R=27.38%
G=66.27%
B=6.35%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.90
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal69167160.5900.900.3598.9482.5135.88
Hex45A7103B05A23635324
Octal105247207301324314312344
Binary100010110100111100001110110101101010001111000111010011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #45A710

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(69,167,16); }

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

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

 a { background-color: rgb(69,167,16); }

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

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

 span { border-color: rgb(69,167,16); }

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