Html Css Color HEX #45A015 Kelly Green

📋 copy color: '#45A015'

red 69 ◦ green 160 ◦ blue 21

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

Shades of Kelly Green #45A015

Tints of Kelly Green #45A015

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 8.4%

R = 27.6%
G = 64%
B = 8.4%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.87

 K value IS 0.37

RGB Variations

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

Color information

#45A015 (or 0x45A015) is known color: Kelly Green. HEX triplet: 45, A0 and 15. RGB value is (69,160,21). Sum of RGB (Red+Green+Blue) = 69+160+21=250 (33% of max value = 765). Red value is 69 (27.34% from 255 or 27.6% from 250); Green value is 160 (62.89% from 255 or 64% from 250); Blue value is 21 (8.59% from 255 or 8.4% from 250); Max value from RGB is 160 - color contains mainly: green. Hex color #45A015 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #45A015 is #BA5FEA. Grayscale: #757575. Windows color (decimal): -12214251 or 1417285. OLE color: 1417285.

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

Color convert

RGB 69 160 21 -
CMYK 0.57 0 0.87 0.37
HSL 99.28º 0.77% 0.35% -
HSV(B) 99.28º 0.87% 0.63% -
XYZ 15.16 26.46 5.02 -
YUV 116.95 73.85 93.8 -
System Red Green Blue C M Y K H S L
Decimal 69 160 21 0.57 0 0.87 0.37 99.28 0.77 0.35
Hex 45 A0 15 39 0 57 25 63 4D 23
Octal 105 240 25 71 0 127 45 143 115 43
Binary 1000101 10100000 10101 111001 0 1010111 100101 1100011 1001101 100011

Color Harmonies of #45A015

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #45A015

Black with #45A015

Text Example


Text Example

White with #45A015

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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