#45A002

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

Shades of Kelly Green #45A002

Tints of Kelly Green #45A002

Color information

#45A002 (or 0x45A002) is unknown color: approx Kelly Green. HEX triplet: 45, A0 and 02. RGB value is (69,160,2). Sum of RGB (Red+Green+Blue) = 69+160+2=231 (30% of max value = 765). Red value is 69 (27.34% from 255 or 29.87% from 231); Green value is 160 (62.89% from 255 or 69.26% from 231); Blue value is 2 (1.17% from 255 or 0.87% from 231); Max value from RGB is 160 - color contains mainly: green. Hex color #45A002 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #45A002 is #BA5FFD. Grayscale: #737373. Windows color (decimal): -12214270 or 172101. OLE color: 172101.

HSL color Cylindrical-coordinate representation of color #45A002: hue angle of 94.56º degrees, saturation: 0.98, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #45A002 is Cyan = 0.57, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.37.

Color convert

RGB691602-
CMYK0.5700.990.37
HSL94.56º97.53%31.76%-
HSV(B)94.56º98.75%62.75%-
XYZ15.0426.414.36-
YUV114.7864.3595.35-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 29.87%
GREEN value IS 160 (62.89% from 255) = 69.26%
BLUE value IS 2 (1.17% from 255) = 0.87%
R=29.87%
G=69.26%
B=0.87%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.99
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal6916020.5700.990.3794.5697.5331.76
Hex45A0239063255f6220
Octal10524027101434513714240
Binary100010110100000101110010110001110010110111111100010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #45A002

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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