Html Css Color HEX #45AE13 Kelly Green

📋 copy color: '#45AE13'

red 69 ◦ green 174 ◦ blue 19

#45AE13
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Kelly Green #45AE13

Tints of Kelly Green #45AE13

RGB

 RED value IS 69 (27.34% from 255) = 26.34%

 GREEN value IS 174 (68.36% from 255) = 66.41%

 BLUE value IS 19 (7.81% from 255) = 7.25%

R = 26.34%
G = 66.41%
B = 7.25%

CMYK

 C value IS 0.60

 M value IS 0

 Y value IS 0.89

 K value IS 0.32

RGB Variations

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

Color information

#45AE13 (or 0x45AE13) is known color: Kelly Green. HEX triplet: 45, AE and 13. RGB value is (69,174,19). Sum of RGB (Red+Green+Blue) = 69+174+19=262 (34% of max value = 765). Red value is 69 (27.34% from 255 or 26.34% from 262); Green value is 174 (68.36% from 255 or 66.41% from 262); Blue value is 19 (7.81% from 255 or 7.25% from 262); Max value from RGB is 174 - color contains mainly: green. Hex color #45AE13 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #45AE13 is #BA51EC. Grayscale: #7D7D7D. Windows color (decimal): -12210669 or 1289797. OLE color: 1289797.

HSL color Cylindrical-coordinate representation of color #45AE13: hue angle of 100.65º degrees, saturation: 0.8, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #45AE13 is Cyan = 0.60, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.32.

Color convert

RGB 69 174 19 -
CMYK 0.60 0 0.89 0.32
HSL 100.65º 0.8% 0.38% -
HSV(B) 100.65º 0.89% 0.68% -
XYZ 17.71 31.58 5.78 -
YUV 124.94 68.21 88.1 -
System Red Green Blue C M Y K H S L
Decimal 69 174 19 0.60 0 0.89 0.32 100.65 0.8 0.38
Hex 45 AE 13 3C 0 59 20 65 50 26
Octal 105 256 23 74 0 131 40 145 120 46
Binary 1000101 10101110 10011 111100 0 1011001 100000 1100101 1010000 100110

Color Harmonies of #45AE13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #45AE13

Black with #45AE13

Text Example


Text Example

White with #45AE13

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(69,174,19); }

 H1.HeaderClassName
 {
   color: #45AE13;
 }
 .AnyTagClassName
 {
   color: #45AE13;
 }
</style>

background-color css

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

 a { background-color: rgb(69,174,19); }

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

border-color css

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

 span { border-color: rgb(69,174,19); }

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