#6ADA44

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

Shades of Apple #6ADA44

Tints of Apple #6ADA44

Color information

#6ADA44 (or 0x6ADA44) is unknown color: approx Apple. HEX triplet: 6A, DA and 44. RGB value is (106,218,68). Sum of RGB (Red+Green+Blue) = 106+218+68=392 (51% of max value = 765). Red value is 106 (41.80% from 255 or 27.04% from 392); Green value is 218 (85.55% from 255 or 55.61% from 392); Blue value is 68 (26.95% from 255 or 17.35% from 392); Max value from RGB is 218 - color contains mainly: green. Hex color #6ADA44 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #6ADA44 is #9525BB. Grayscale: #A7A7A7. Windows color (decimal): -9774524 or 4512362. OLE color: 4512362.

HSL color Cylindrical-coordinate representation of color #6ADA44: hue angle of 104.8º degrees, saturation: 0.67, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #6ADA44 is Cyan = 0.51, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.15.

Color convert

RGB10621868-
CMYK0.5100.690.15
HSL104.8º66.96%56.08%-
HSV(B)104.8º68.81%85.49%-
XYZ32.0653.6214.13-
YUV167.4171.8984.2-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 27.04%
GREEN value IS 218 (85.55% from 255) = 55.61%
BLUE value IS 68 (26.95% from 255) = 17.35%
R=27.04%
G=55.61%
B=17.35%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal106218680.5100.690.15104.866.9656.08
Hex6ADA4433045F694338
Octal1523321046301051715110370
Binary110101011011010100010011001101000101111111010011000011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6ADA44

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(106,218,68); }

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

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

 a { background-color: rgb(106,218,68); }

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

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

 span { border-color: rgb(106,218,68); }

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