#69AA32

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

Shades of Limeade #69AA32

Tints of Limeade #69AA32

Color information

#69AA32 (or 0x69AA32) is unknown color: approx Limeade. HEX triplet: 69, AA and 32. RGB value is (105,170,50). Sum of RGB (Red+Green+Blue) = 105+170+50=325 (43% of max value = 765). Red value is 105 (41.41% from 255 or 32.31% from 325); Green value is 170 (66.80% from 255 or 52.31% from 325); Blue value is 50 (19.92% from 255 or 15.38% from 325); Max value from RGB is 170 - color contains mainly: green. Hex color #69AA32 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #69AA32 is #9655CD. Grayscale: #898989. Windows color (decimal): -9852366 or 3320425. OLE color: 3320425.

HSL color Cylindrical-coordinate representation of color #69AA32: hue angle of 92.5º degrees, saturation: 0.55, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #69AA32 is Cyan = 0.38, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.33.

Color convert

RGB10517050-
CMYK0.3800.710.33
HSL92.5º54.55%43.14%-
HSV(B)92.5º70.59%66.67%-
XYZ20.7831.988.1-
YUV136.8878.97105.26-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 32.31%
GREEN value IS 170 (66.80% from 255) = 52.31%
BLUE value IS 50 (19.92% from 255) = 15.38%
R=32.31%
G=52.31%
B=15.38%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.71
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal105170500.3800.710.3392.554.5543.14
Hex69AA3226047215c372b
Octal15125262460107411346753
Binary110100110101010110010100110010001111000011011100110111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69AA32

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(105,170,50); }

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

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

 a { background-color: rgb(105,170,50); }

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

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

 span { border-color: rgb(105,170,50); }

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