#69A235

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

Shades of Limeade #69A235

Tints of Limeade #69A235

Color information

#69A235 (or 0x69A235) is unknown color: approx Limeade. HEX triplet: 69, A2 and 35. RGB value is (105,162,53). Sum of RGB (Red+Green+Blue) = 105+162+53=320 (42% of max value = 765). Red value is 105 (41.41% from 255 or 32.81% from 320); Green value is 162 (63.67% from 255 or 50.62% from 320); Blue value is 53 (21.09% from 255 or 16.56% from 320); Max value from RGB is 162 - color contains mainly: green. Hex color #69A235 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #69A235 is #965DCA. Grayscale: #848484. Windows color (decimal): -9854411 or 3514985. OLE color: 3514985.

HSL color Cylindrical-coordinate representation of color #69A235: hue angle of 91.38º degrees, saturation: 0.51, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #69A235 is Cyan = 0.35, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.36.

Color convert

RGB10516253-
CMYK0.3500.670.36
HSL91.38º50.7%42.16%-
HSV(B)91.38º67.28%63.53%-
XYZ19.3929.17.96-
YUV132.5383.12108.36-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 32.81%
GREEN value IS 162 (63.67% from 255) = 50.62%
BLUE value IS 53 (21.09% from 255) = 16.56%
R=32.81%
G=50.62%
B=16.56%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal105162530.3500.670.3691.3850.742.16
Hex69A23523043245b332a
Octal15124265430103441336352
Binary110100110100010110101100011010000111001001011011110011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69A235

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(105,162,53); }

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

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

 a { background-color: rgb(105,162,53); }

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

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

 span { border-color: rgb(105,162,53); }

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