#69A330

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

Shades of Limeade #69A330

Tints of Limeade #69A330

Color information

#69A330 (or 0x69A330) is unknown color: approx Limeade. HEX triplet: 69, A3 and 30. RGB value is (105,163,48). Sum of RGB (Red+Green+Blue) = 105+163+48=316 (41% of max value = 765). Red value is 105 (41.41% from 255 or 33.23% from 316); Green value is 163 (64.06% from 255 or 51.58% from 316); Blue value is 48 (19.14% from 255 or 15.19% from 316); Max value from RGB is 163 - color contains mainly: green. Hex color #69A330 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #69A330 is #965CCF. Grayscale: #848484. Windows color (decimal): -9854160 or 3187561. OLE color: 3187561.

HSL color Cylindrical-coordinate representation of color #69A330: hue angle of 90.26º degrees, saturation: 0.55, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #69A330 is Cyan = 0.36, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.36.

Color convert

RGB10516348-
CMYK0.3600.710.36
HSL90.26º54.5%41.37%-
HSV(B)90.26º70.55%63.92%-
XYZ19.4629.417.45-
YUV132.5580.28108.35-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 33.23%
GREEN value IS 163 (64.06% from 255) = 51.58%
BLUE value IS 48 (19.14% from 255) = 15.19%
R=33.23%
G=51.58%
B=15.19%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.71
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal105163480.3600.710.3690.2654.541.37
Hex69A33024047245a3729
Octal15124360440107441326751
Binary110100110100011110000100100010001111001001011010110111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69A330

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(105,163,48); }

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

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

 a { background-color: rgb(105,163,48); }

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

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

 span { border-color: rgb(105,163,48); }

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