#6AD149

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

Shades of Apple #6AD149

Tints of Apple #6AD149

Color information

#6AD149 (or 0x6AD149) is unknown color: approx Apple. HEX triplet: 6A, D1 and 49. RGB value is (106,209,73). Sum of RGB (Red+Green+Blue) = 106+209+73=388 (51% of max value = 765). Red value is 106 (41.80% from 255 or 27.32% from 388); Green value is 209 (82.03% from 255 or 53.87% from 388); Blue value is 73 (28.91% from 255 or 18.81% from 388); Max value from RGB is 209 - color contains mainly: green. Hex color #6AD149 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #6AD149 is #952EB6. Grayscale: #A3A3A3. Windows color (decimal): -9776823 or 4837738. OLE color: 4837738.

HSL color Cylindrical-coordinate representation of color #6AD149: hue angle of 105.44º degrees, saturation: 0.6, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #6AD149 is Cyan = 0.49, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.18.

Color convert

RGB10620973-
CMYK0.4900.650.18
HSL105.44º59.65%55.29%-
HSV(B)105.44º65.07%81.96%-
XYZ29.9549.1514.21-
YUV162.777.3887.56-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 27.32%
GREEN value IS 209 (82.03% from 255) = 53.87%
BLUE value IS 73 (28.91% from 255) = 18.81%
R=27.32%
G=53.87%
B=18.81%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal106209730.4900.650.18105.4459.6555.29
Hex6AD1493104112693c37
Octal152321111610101221517467
Binary110101011010001100100111000101000001100101101001111100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6AD149

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(106,209,73); }

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

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

 a { background-color: rgb(106,209,73); }

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

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

 span { border-color: rgb(106,209,73); }

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