#76AE23

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

Shades of Lima #76AE23

Tints of Lima #76AE23

Color information

#76AE23 (or 0x76AE23) is unknown color: approx Lima. HEX triplet: 76, AE and 23. RGB value is (118,174,35). Sum of RGB (Red+Green+Blue) = 118+174+35=327 (43% of max value = 765). Red value is 118 (46.48% from 255 or 36.09% from 327); Green value is 174 (68.36% from 255 or 53.21% from 327); Blue value is 35 (14.06% from 255 or 10.70% from 327); Max value from RGB is 174 - color contains mainly: green. Hex color #76AE23 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #76AE23 is #8951DC. Grayscale: #8D8D8D. Windows color (decimal): -8999389 or 2338422. OLE color: 2338422.

HSL color Cylindrical-coordinate representation of color #76AE23: hue angle of 84.17º degrees, saturation: 0.67, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #76AE23 is Cyan = 0.32, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.32.

Color convert

RGB11817435-
CMYK0.3200.800.32
HSL84.17º66.51%40.98%-
HSV(B)84.17º79.89%68.24%-
XYZ22.9134.256.99-
YUV141.4167.95111.3-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 36.09%
GREEN value IS 174 (68.36% from 255) = 53.21%
BLUE value IS 35 (14.06% from 255) = 10.70%
R=36.09%
G=53.21%
B=10.70%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.80
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal118174350.3200.800.3284.1766.5140.98
Hex76AE232005020544329
Octal166256434001204012410351
Binary1110110101011101000111000000101000010000010101001000011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76AE23

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #76AE23; }

 p { color: rgb(118,174,35); }

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

<style>
 a { background-color: #76AE23; }

 a { background-color: rgb(118,174,35); }

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

<style>
 span { border-color: #76AE23; }

 span { border-color: rgb(118,174,35); }

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