#55AF13

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

Shades of Kelly Green #55AF13

Tints of Kelly Green #55AF13

Color information

#55AF13 (or 0x55AF13) is unknown color: approx Kelly Green. HEX triplet: 55, AF and 13. RGB value is (85,175,19). Sum of RGB (Red+Green+Blue) = 85+175+19=279 (36% of max value = 765). Red value is 85 (33.59% from 255 or 30.47% from 279); Green value is 175 (68.75% from 255 or 62.72% from 279); Blue value is 19 (7.81% from 255 or 6.81% from 279); Max value from RGB is 175 - color contains mainly: green. Hex color #55AF13 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #55AF13 is #AA50EC. Grayscale: #828282. Windows color (decimal): -11161837 or 1290069. OLE color: 1290069.

HSL color Cylindrical-coordinate representation of color #55AF13: hue angle of 94.62º degrees, saturation: 0.8, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #55AF13 is Cyan = 0.51, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.31.

Color convert

RGB8517519-
CMYK0.5100.890.31
HSL94.62º80.41%38.04%-
HSV(B)94.62º89.14%68.63%-
XYZ19.1932.645.9-
YUV130.3165.1895.68-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 30.47%
GREEN value IS 175 (68.75% from 255) = 62.72%
BLUE value IS 19 (7.81% from 255) = 6.81%
R=30.47%
G=62.72%
B=6.81%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.89
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal85175190.5100.890.3194.6280.4138.04
Hex55AF13330591F5f5026
Octal125257236301313713712046
Binary10101011010111110011110011010110011111110111111010000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55AF13

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #55AF13; }

 p { color: rgb(85,175,19); }

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

<style>
 a { background-color: #55AF13; }

 a { background-color: rgb(85,175,19); }

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

<style>
 span { border-color: #55AF13; }

 span { border-color: rgb(85,175,19); }

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