#69a538

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

Shades of Limeade #69A538

Tints of Limeade #69A538

Color information

#69A538 (or 0x69A538) is unknown color: approx Limeade. HEX triplet: 69, A5 and 38. RGB value is (105,165,56). Sum of RGB (Red+Green+Blue) = 105+165+56=326 (43% of max value = 765). Red value is 105 (41.41% from 255 or 32.21% from 326); Green value is 165 (64.84% from 255 or 50.61% from 326); Blue value is 56 (22.27% from 255 or 17.18% from 326); Max value from RGB is 165 - color contains mainly: green. Hex color #69A538 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #69A538 is #965AC7. Grayscale: #878787. Windows color (decimal): -9853640 or 3712361. OLE color: 3712361.

HSL color Cylindrical-coordinate representation of color #69A538: hue angle of 93.03º degrees, saturation: 0.49, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #69A538 is Cyan = 0.36, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.35.

Color convert

RGB10516556-
CMYK0.3600.660.35
HSL93.03º49.32%43.33%-
HSV(B)93.03º66.06%64.71%-
XYZ19.9930.28.52-
YUV134.6383.62106.86-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 32.21%
GREEN value IS 165 (64.84% from 255) = 50.61%
BLUE value IS 56 (22.27% from 255) = 17.18%
R=32.21%
G=50.61%
B=17.18%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal105165560.3600.660.3593.0349.3243.33
Hex69A53824042235d312b
Octal15124570440102431356153
Binary110100110100101111000100100010000101000111011101110001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69a538

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(105,165,56); }

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

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

 a { background-color: rgb(105,165,56); }

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

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

 span { border-color: rgb(105,165,56); }

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