#69A434

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

Shades of Limeade #69A434

Tints of Limeade #69A434

Color information

#69A434 (or 0x69A434) is unknown color: approx Limeade. HEX triplet: 69, A4 and 34. RGB value is (105,164,52). Sum of RGB (Red+Green+Blue) = 105+164+52=321 (42% of max value = 765). Red value is 105 (41.41% from 255 or 32.71% from 321); Green value is 164 (64.45% from 255 or 51.09% from 321); Blue value is 52 (20.70% from 255 or 16.20% from 321); Max value from RGB is 164 - color contains mainly: green. Hex color #69A434 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #69A434 is #965BCB. Grayscale: #858585. Windows color (decimal): -9853900 or 3449961. OLE color: 3449961.

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

Color convert

RGB10516452-
CMYK0.3600.680.36
HSL91.61º51.85%42.35%-
HSV(B)91.61º68.29%64.31%-
XYZ19.7229.87.96-
YUV133.5981.95107.61-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 32.71%
GREEN value IS 164 (64.45% from 255) = 51.09%
BLUE value IS 52 (20.70% from 255) = 16.20%
R=32.71%
G=51.09%
B=16.20%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal105164520.3600.680.3691.6151.8542.35
Hex69A43424044245c342a
Octal15124464440104441346452
Binary110100110100100110100100100010001001001001011100110100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69A434

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(105,164,52); }

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

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

 a { background-color: rgb(105,164,52); }

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

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

 span { border-color: rgb(105,164,52); }

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