#78AF18

Color #78AF18 Lima (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Lima #78AF18

Tints of Lima #78AF18

Color information

#78AF18 (or 0x78AF18) is unknown color: approx Lima. HEX triplet: 78, AF and 18. RGB value is (120,175,24). Sum of RGB (Red+Green+Blue) = 120+175+24=319 (42% of max value = 765). Red value is 120 (47.27% from 255 or 37.62% from 319); Green value is 175 (68.75% from 255 or 54.86% from 319); Blue value is 24 (9.77% from 255 or 7.52% from 319); Max value from RGB is 175 - color contains mainly: green. Hex color #78AF18 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #78AF18 is #8750E7. Grayscale: #8D8D8D. Windows color (decimal): -8868072 or 1617784. OLE color: 1617784.

HSL color Cylindrical-coordinate representation of color #78AF18: hue angle of 81.85º degrees, saturation: 0.76, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #78AF18 is Cyan = 0.31, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.31.

Color convert

RGB12017524-
CMYK0.3100.860.31
HSL81.85º75.88%39.02%-
HSV(B)81.85º86.29%68.63%-
XYZ23.2434.726.34-
YUV141.3461.78112.78-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 37.62%
GREEN value IS 175 (68.75% from 255) = 54.86%
BLUE value IS 24 (9.77% from 255) = 7.52%
R=37.62%
G=54.86%
B=7.52%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.86
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal120175240.3100.860.3181.8575.8839.02
Hex78AF181F0561F524c27
Octal170257303701263712211447
Binary1111000101011111100011111010101101111110100101001100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78AF18

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #78AF18; }

 p { color: rgb(120,175,24); }

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

<style>
 a { background-color: #78AF18; }

 a { background-color: rgb(120,175,24); }

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

<style>
 span { border-color: #78AF18; }

 span { border-color: rgb(120,175,24); }

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