#69A026

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

Shades of Limeade #69A026

Tints of Limeade #69A026

Color information

#69A026 (or 0x69A026) is unknown color: approx Limeade. HEX triplet: 69, A0 and 26. RGB value is (105,160,38). Sum of RGB (Red+Green+Blue) = 105+160+38=303 (40% of max value = 765). Red value is 105 (41.41% from 255 or 34.65% from 303); Green value is 160 (62.89% from 255 or 52.81% from 303); Blue value is 38 (15.23% from 255 or 12.54% from 303); Max value from RGB is 160 - color contains mainly: green. Hex color #69A026 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #69A026 is #965FD9. Grayscale: #828282. Windows color (decimal): -9854938 or 2531433. OLE color: 2531433.

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

Color convert

RGB10516038-
CMYK0.3400.760.37
HSL87.05º61.62%38.82%-
HSV(B)87.05º76.25%62.75%-
XYZ18.7528.286.31-
YUV129.6576.28110.42-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 34.65%
GREEN value IS 160 (62.89% from 255) = 52.81%
BLUE value IS 38 (15.23% from 255) = 12.54%
R=34.65%
G=52.81%
B=12.54%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.76
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal105160380.3400.760.3787.0561.6238.82
Hex69A0262204C25573e27
Octal15124046420114451277647
Binary110100110100000100110100010010011001001011010111111110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69A026

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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