#78AD27

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

Shades of Lima #78AD27

Tints of Lima #78AD27

Color information

#78AD27 (or 0x78AD27) is unknown color: approx Lima. HEX triplet: 78, AD and 27. RGB value is (120,173,39). Sum of RGB (Red+Green+Blue) = 120+173+39=332 (43% of max value = 765). Red value is 120 (47.27% from 255 or 36.14% from 332); Green value is 173 (67.97% from 255 or 52.11% from 332); Blue value is 39 (15.62% from 255 or 11.75% from 332); Max value from RGB is 173 - color contains mainly: green. Hex color #78AD27 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #78AD27 is #8752D8. Grayscale: #8E8E8E. Windows color (decimal): -8868569 or 2600312. OLE color: 2600312.

HSL color Cylindrical-coordinate representation of color #78AD27: hue angle of 83.73º degrees, saturation: 0.63, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #78AD27 is Cyan = 0.31, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.32.

Color convert

RGB12017339-
CMYK0.3100.770.32
HSL83.73º63.21%41.57%-
HSV(B)83.73º77.46%67.84%-
XYZ23.0634.037.27-
YUV141.8869.94112.4-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 36.14%
GREEN value IS 173 (67.97% from 255) = 52.11%
BLUE value IS 39 (15.62% from 255) = 11.75%
R=36.14%
G=52.11%
B=11.75%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.77
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal120173390.3100.770.3283.7363.2141.57
Hex78AD271F04D20543f2a
Octal17025547370115401247752
Binary11110001010110110011111111010011011000001010100111111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78AD27

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(120,173,39); }

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

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

 a { background-color: rgb(120,173,39); }

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

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

 span { border-color: rgb(120,173,39); }

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