#54AA0E

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

Shades of Kelly Green #54AA0E

Tints of Kelly Green #54AA0E

Color information

#54AA0E (or 0x54AA0E) is unknown color: approx Kelly Green. HEX triplet: 54, AA and 0E. RGB value is (84,170,14). Sum of RGB (Red+Green+Blue) = 84+170+14=268 (35% of max value = 765). Red value is 84 (33.20% from 255 or 31.34% from 268); Green value is 170 (66.80% from 255 or 63.43% from 268); Blue value is 14 (5.86% from 255 or 5.22% from 268); Max value from RGB is 170 - color contains mainly: green. Hex color #54AA0E is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #54AA0E is #AB55F1. Grayscale: #7F7F7F. Windows color (decimal): -11228658 or 961108. OLE color: 961108.

HSL color Cylindrical-coordinate representation of color #54AA0E: hue angle of 93.08º degrees, saturation: 0.85, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #54AA0E is Cyan = 0.51, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.33.

Color convert

RGB8417014-
CMYK0.5100.920.33
HSL93.08º84.78%36.08%-
HSV(B)93.08º91.76%66.67%-
XYZ18.1130.675.38-
YUV126.564.5197.68-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 31.34%
GREEN value IS 170 (66.80% from 255) = 63.43%
BLUE value IS 14 (5.86% from 255) = 5.22%
R=31.34%
G=63.43%
B=5.22%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.92
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal84170140.5100.920.3393.0884.7836.08
Hex54AAE3305C215d5524
Octal124252166301344113512544
Binary10101001010101011101100110101110010000110111011010101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54AA0E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #54AA0E; }

 p { color: rgb(84,170,14); }

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

<style>
 a { background-color: #54AA0E; }

 a { background-color: rgb(84,170,14); }

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

<style>
 span { border-color: #54AA0E; }

 span { border-color: rgb(84,170,14); }

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