#6ADE3A

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

Shades of Apple #6ADE3A

Tints of Apple #6ADE3A

Color information

#6ADE3A (or 0x6ADE3A) is unknown color: approx Apple. HEX triplet: 6A, DE and 3A. RGB value is (106,222,58). Sum of RGB (Red+Green+Blue) = 106+222+58=386 (51% of max value = 765). Red value is 106 (41.80% from 255 or 27.46% from 386); Green value is 222 (87.11% from 255 or 57.51% from 386); Blue value is 58 (23.05% from 255 or 15.03% from 386); Max value from RGB is 222 - color contains mainly: green. Hex color #6ADE3A is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #6ADE3A is #9521C5. Grayscale: #A9A9A9. Windows color (decimal): -9773510 or 3858026. OLE color: 3858026.

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

Color convert

RGB10622258-
CMYK0.5200.740.13
HSL102.44º71.3%54.9%-
HSV(B)102.44º73.87%87.06%-
XYZ32.8355.6113.01-
YUV168.6265.5783.34-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 27.46%
GREEN value IS 222 (87.11% from 255) = 57.51%
BLUE value IS 58 (23.05% from 255) = 15.03%
R=27.46%
G=57.51%
B=15.03%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal106222580.5200.740.13102.4471.354.9
Hex6ADE3A3404AD664737
Octal152336726401121514610767
Binary11010101101111011101011010001001010110111001101000111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6ADE3A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(106,222,58); }

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

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

 a { background-color: rgb(106,222,58); }

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

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

 span { border-color: rgb(106,222,58); }

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