Html Css Color HEX #459F14 Kelly Green

📋 copy color: '#459F14'

red 69 ◦ green 159 ◦ blue 20

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

Shades of Kelly Green #459F14

Tints of Kelly Green #459F14

RGB

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

 GREEN value IS 159 (62.5% from 255) = 64.11%

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

R = 27.82%
G = 64.11%
B = 8.06%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.87

 K value IS 0.38

RGB Variations

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

Color information

#459F14 (or 0x459F14) is known color: Kelly Green. HEX triplet: 45, 9F and 14. RGB value is (69,159,20). Sum of RGB (Red+Green+Blue) = 69+159+20=248 (32% of max value = 765). Red value is 69 (27.34% from 255 or 27.82% from 248); Green value is 159 (62.5% from 255 or 64.11% from 248); Blue value is 20 (8.20% from 255 or 8.06% from 248); Max value from RGB is 159 - color contains mainly: green. Hex color #459F14 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #459F14 is #BA60EB. Grayscale: #747474. Windows color (decimal): -12214508 or 1351493. OLE color: 1351493.

HSL color Cylindrical-coordinate representation of color #459F14: hue angle of 98.85º degrees, saturation: 0.78, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #459F14 is Cyan = 0.57, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.38.

Color convert

RGB 69 159 20 -
CMYK 0.57 0 0.87 0.38
HSL 98.85º 0.78% 0.35% -
HSV(B) 98.85º 0.87% 0.62% -
XYZ 14.98 26.11 4.91 -
YUV 116.24 73.68 94.3 -
System Red Green Blue C M Y K H S L
Decimal 69 159 20 0.57 0 0.87 0.38 98.85 0.78 0.35
Hex 45 9F 14 39 0 57 26 63 4E 23
Octal 105 237 24 71 0 127 46 143 116 43
Binary 1000101 10011111 10100 111001 0 1010111 100110 1100011 1001110 100011

Color Harmonies of #459F14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #459F14

Black with #459F14

Text Example


Text Example

White with #459F14

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #459F14; }

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

 H1.HeaderClassName
 {
   color: #459F14;
 }
 .AnyTagClassName
 {
   color: #459F14;
 }
</style>

background-color css

<style>
 a { background-color: #459F14; }

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

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

border-color css

<style>
 span { border-color: #459F14; }

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

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