#6AA72F

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

Shades of Limeade #6AA72F

Tints of Limeade #6AA72F

Color information

#6AA72F (or 0x6AA72F) is unknown color: approx Limeade. HEX triplet: 6A, A7 and 2F. RGB value is (106,167,47). Sum of RGB (Red+Green+Blue) = 106+167+47=320 (42% of max value = 765). Red value is 106 (41.80% from 255 or 33.12% from 320); Green value is 167 (65.62% from 255 or 52.19% from 320); Blue value is 47 (18.75% from 255 or 14.69% from 320); Max value from RGB is 167 - color contains mainly: green. Hex color #6AA72F is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6AA72F is #9558D0. Grayscale: #878787. Windows color (decimal): -9787601 or 3123050. OLE color: 3123050.

HSL color Cylindrical-coordinate representation of color #6AA72F: hue angle of 90.5º degrees, saturation: 0.56, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #6AA72F is Cyan = 0.37, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.35.

Color convert

RGB10616747-
CMYK0.3700.720.35
HSL90.5º56.07%41.96%-
HSV(B)90.5º71.86%65.49%-
XYZ20.2830.917.59-
YUV135.0878.29107.26-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 33.12%
GREEN value IS 167 (65.62% from 255) = 52.19%
BLUE value IS 47 (18.75% from 255) = 14.69%
R=33.12%
G=52.19%
B=14.69%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal106167470.3700.720.3590.556.0741.96
Hex6AA72F25048235a382a
Octal15224757450110431327052
Binary110101010100111101111100101010010001000111011010111000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6AA72F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6AA72F; }

 p { color: rgb(106,167,47); }

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

<style>
 a { background-color: #6AA72F; }

 a { background-color: rgb(106,167,47); }

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

<style>
 span { border-color: #6AA72F; }

 span { border-color: rgb(106,167,47); }

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