#6BAA34

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

Shades of Limeade #6BAA34

Tints of Limeade #6BAA34

Color information

#6BAA34 (or 0x6BAA34) is unknown color: approx Limeade. HEX triplet: 6B, AA and 34. RGB value is (107,170,52). Sum of RGB (Red+Green+Blue) = 107+170+52=329 (43% of max value = 765). Red value is 107 (42.19% from 255 or 32.52% from 329); Green value is 170 (66.80% from 255 or 51.67% from 329); Blue value is 52 (20.70% from 255 or 15.81% from 329); Max value from RGB is 170 - color contains mainly: green. Hex color #6BAA34 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6BAA34 is #9455CB. Grayscale: #8A8A8A. Windows color (decimal): -9721292 or 3451499. OLE color: 3451499.

HSL color Cylindrical-coordinate representation of color #6BAA34: hue angle of 92.03º degrees, saturation: 0.53, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #6BAA34 is Cyan = 0.37, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.33.

Color convert

RGB10717052-
CMYK0.3700.690.33
HSL92.03º53.15%43.53%-
HSV(B)92.03º69.41%66.67%-
XYZ21.0632.128.34-
YUV137.7179.63106.09-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 32.52%
GREEN value IS 170 (66.80% from 255) = 51.67%
BLUE value IS 52 (20.70% from 255) = 15.81%
R=32.52%
G=51.67%
B=15.81%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal107170520.3700.690.3392.0353.1543.53
Hex6BAA3425045215c352c
Octal15325264450105411346554
Binary110101110101010110100100101010001011000011011100110101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6BAA34

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(107,170,52); }

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

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

 a { background-color: rgb(107,170,52); }

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

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

 span { border-color: rgb(107,170,52); }

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