#45B12E

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

Shades of Kelly Green #45B12E

Tints of Kelly Green #45B12E

Color information

#45B12E (or 0x45B12E) is unknown color: approx Kelly Green. HEX triplet: 45, B1 and 2E. RGB value is (69,177,46). Sum of RGB (Red+Green+Blue) = 69+177+46=292 (38% of max value = 765). Red value is 69 (27.34% from 255 or 23.63% from 292); Green value is 177 (69.53% from 255 or 60.62% from 292); Blue value is 46 (18.36% from 255 or 15.75% from 292); Max value from RGB is 177 - color contains mainly: green. Hex color #45B12E is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #45B12E is #BA4ED1. Grayscale: #828282. Windows color (decimal): -12209874 or 3060037. OLE color: 3060037.

HSL color Cylindrical-coordinate representation of color #45B12E: hue angle of 109.47º degrees, saturation: 0.59, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #45B12E is Cyan = 0.61, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.31.

Color convert

RGB6917746-
CMYK0.6100.740.31
HSL109.47º58.74%43.73%-
HSV(B)109.47º74.01%69.41%-
XYZ18.6732.917.95-
YUV129.7780.7284.65-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 23.63%
GREEN value IS 177 (69.53% from 255) = 60.62%
BLUE value IS 46 (18.36% from 255) = 15.75%
R=23.63%
G=60.62%
B=15.75%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal69177460.6100.740.31109.4758.7443.73
Hex45B12E3D04A1F6d3b2c
Octal10526156750112371557354
Binary10001011011000110111011110101001010111111101101111011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #45B12E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(69,177,46); }

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

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

 a { background-color: rgb(69,177,46); }

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

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

 span { border-color: rgb(69,177,46); }

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