#6ADB3F

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

Shades of Apple #6ADB3F

Tints of Apple #6ADB3F

Color information

#6ADB3F (or 0x6ADB3F) is unknown color: approx Apple. HEX triplet: 6A, DB and 3F. RGB value is (106,219,63). Sum of RGB (Red+Green+Blue) = 106+219+63=388 (51% of max value = 765). Red value is 106 (41.80% from 255 or 27.32% from 388); Green value is 219 (85.94% from 255 or 56.44% from 388); Blue value is 63 (25% from 255 or 16.24% from 388); Max value from RGB is 219 - color contains mainly: green. Hex color #6ADB3F is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #6ADB3F is #9524C0. Grayscale: #A7A7A7. Windows color (decimal): -9774273 or 4184938. OLE color: 4184938.

HSL color Cylindrical-coordinate representation of color #6ADB3F: hue angle of 103.46º degrees, saturation: 0.68, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #6ADB3F is Cyan = 0.52, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.14.

Color convert

RGB10621963-
CMYK0.5200.710.14
HSL103.46º68.42%55.29%-
HSV(B)103.46º71.23%85.88%-
XYZ32.1754.0913.45-
YUV167.4369.0684.18-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 27.32%
GREEN value IS 219 (85.94% from 255) = 56.44%
BLUE value IS 63 (25% from 255) = 16.24%
R=27.32%
G=56.44%
B=16.24%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.71
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal106219630.5200.710.14103.4668.4255.29
Hex6ADB3F34047E674437
Octal152333776401071614710467
Binary11010101101101111111111010001000111111011001111000100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6ADB3F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(106,219,63); }

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

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

 a { background-color: rgb(106,219,63); }

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

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

 span { border-color: rgb(106,219,63); }

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