Html Css Color HEX #45A014 Kelly Green

📋 copy color: '#45A014'

red 69 ◦ green 160 ◦ blue 20

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

Shades of Kelly Green #45A014

Tints of Kelly Green #45A014

RGB

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

 GREEN value IS 160 (62.89% from 255) = 64.26%

 BLUE value IS 20 (8.2% from 255) = 8.03%

R = 27.71%
G = 64.26%
B = 8.03%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.88

 K value IS 0.37

RGB Variations

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

Color information

#45A014 (or 0x45A014) is known color: Kelly Green. HEX triplet: 45, A0 and 14. RGB value is (69,160,20). Sum of RGB (Red+Green+Blue) = 69+160+20=249 (32% of max value = 765). Red value is 69 (27.34% from 255 or 27.71% from 249); Green value is 160 (62.89% from 255 or 64.26% from 249); Blue value is 20 (8.20% from 255 or 8.03% from 249); Max value from RGB is 160 - color contains mainly: green. Hex color #45A014 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #45A014 is #BA5FEB. Grayscale: #757575. Windows color (decimal): -12214252 or 1351749. OLE color: 1351749.

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

Color convert

RGB 69 160 20 -
CMYK 0.57 0 0.88 0.37
HSL 99º 0.78% 0.35% -
HSV(B) 99º 0.88% 0.63% -
XYZ 15.15 26.46 4.97 -
YUV 116.83 73.35 93.88 -
System Red Green Blue C M Y K H S L
Decimal 69 160 20 0.57 0 0.88 0.37 99 0.78 0.35
Hex 45 A0 14 39 0 58 25 63 4E 23
Octal 105 240 24 71 0 130 45 143 116 43
Binary 1000101 10100000 10100 111001 0 1011000 100101 1100011 1001110 100011

Color Harmonies of #45A014

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #45A014

Black with #45A014

Text Example


Text Example

White with #45A014

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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