#69A227

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

Shades of Limeade #69A227

Tints of Limeade #69A227

Color information

#69A227 (or 0x69A227) is unknown color: approx Limeade. HEX triplet: 69, A2 and 27. RGB value is (105,162,39). Sum of RGB (Red+Green+Blue) = 105+162+39=306 (40% of max value = 765). Red value is 105 (41.41% from 255 or 34.31% from 306); Green value is 162 (63.67% from 255 or 52.94% from 306); Blue value is 39 (15.62% from 255 or 12.75% from 306); Max value from RGB is 162 - color contains mainly: green. Hex color #69A227 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #69A227 is #965DD8. Grayscale: #838383. Windows color (decimal): -9854425 or 2597481. OLE color: 2597481.

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

Color convert

RGB10516239-
CMYK0.3500.760.36
HSL87.8º61.19%39.41%-
HSV(B)87.8º75.93%63.53%-
XYZ19.1128.996.51-
YUV130.9476.12109.5-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 34.31%
GREEN value IS 162 (63.67% from 255) = 52.94%
BLUE value IS 39 (15.62% from 255) = 12.75%
R=34.31%
G=52.94%
B=12.75%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.76
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal105162390.3500.760.3687.861.1939.41
Hex69A2272304C24583d27
Octal15124247430114441307547
Binary110100110100010100111100011010011001001001011000111101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69A227

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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