#69A12A

Color #69A12A Limeade (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Limeade #69A12A

Tints of Limeade #69A12A

Color information

#69A12A (or 0x69A12A) is unknown color: approx Limeade. HEX triplet: 69, A1 and 2A. RGB value is (105,161,42). Sum of RGB (Red+Green+Blue) = 105+161+42=308 (40% of max value = 765). Red value is 105 (41.41% from 255 or 34.09% from 308); Green value is 161 (63.28% from 255 or 52.27% from 308); Blue value is 42 (16.80% from 255 or 13.64% from 308); Max value from RGB is 161 - color contains mainly: green. Hex color #69A12A is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #69A12A is #965ED5. Grayscale: #838383. Windows color (decimal): -9854678 or 2793833. OLE color: 2793833.

HSL color Cylindrical-coordinate representation of color #69A12A: hue angle of 88.24º degrees, saturation: 0.59, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #69A12A is Cyan = 0.35, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.37.

Color convert

RGB10516142-
CMYK0.3500.740.37
HSL88.24º58.62%39.8%-
HSV(B)88.24º73.91%63.14%-
XYZ18.9928.666.72-
YUV130.6977.95109.68-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 34.09%
GREEN value IS 161 (63.28% from 255) = 52.27%
BLUE value IS 42 (16.80% from 255) = 13.64%
R=34.09%
G=52.27%
B=13.64%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal105161420.3500.740.3788.2458.6239.8
Hex69A12A2304A25583b28
Octal15124152430112451307350
Binary110100110100001101010100011010010101001011011000111011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69A12A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #69A12A; }

 p { color: rgb(105,161,42); }

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

<style>
 a { background-color: #69A12A; }

 a { background-color: rgb(105,161,42); }

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

<style>
 span { border-color: #69A12A; }

 span { border-color: rgb(105,161,42); }

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