#69A035

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

Shades of Limeade #69A035

Tints of Limeade #69A035

Color information

#69A035 (or 0x69A035) is unknown color: approx Limeade. HEX triplet: 69, A0 and 35. RGB value is (105,160,53). Sum of RGB (Red+Green+Blue) = 105+160+53=318 (42% of max value = 765). Red value is 105 (41.41% from 255 or 33.02% from 318); Green value is 160 (62.89% from 255 or 50.31% from 318); Blue value is 53 (21.09% from 255 or 16.67% from 318); Max value from RGB is 160 - color contains mainly: green. Hex color #69A035 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #69A035 is #965FCA. Grayscale: #838383. Windows color (decimal): -9854923 or 3514473. OLE color: 3514473.

HSL color Cylindrical-coordinate representation of color #69A035: hue angle of 90.84º degrees, saturation: 0.5, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #69A035 is Cyan = 0.34, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.37.

Color convert

RGB10516053-
CMYK0.3400.670.37
HSL90.84º50.23%41.76%-
HSV(B)90.84º66.87%62.75%-
XYZ19.0428.47.85-
YUV131.3683.78109.2-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 33.02%
GREEN value IS 160 (62.89% from 255) = 50.31%
BLUE value IS 53 (21.09% from 255) = 16.67%
R=33.02%
G=50.31%
B=16.67%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal105160530.3400.670.3790.8450.2341.76
Hex69A03522043255b322a
Octal15124065420103451336252
Binary110100110100000110101100010010000111001011011011110010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69A035

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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