#6AD03E

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

Shades of Apple #6AD03E

Tints of Apple #6AD03E

Color information

#6AD03E (or 0x6AD03E) is unknown color: approx Apple. HEX triplet: 6A, D0 and 3E. RGB value is (106,208,62). Sum of RGB (Red+Green+Blue) = 106+208+62=376 (49% of max value = 765). Red value is 106 (41.80% from 255 or 28.19% from 376); Green value is 208 (81.64% from 255 or 55.32% from 376); Blue value is 62 (24.61% from 255 or 16.49% from 376); Max value from RGB is 208 - color contains mainly: green. Hex color #6AD03E is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #6AD03E is #952FC1. Grayscale: #A1A1A1. Windows color (decimal): -9777090 or 4116586. OLE color: 4116586.

HSL color Cylindrical-coordinate representation of color #6AD03E: hue angle of 101.92º degrees, saturation: 0.61, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #6AD03E is Cyan = 0.49, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.18.

Color convert

RGB10620862-
CMYK0.4900.700.18
HSL101.92º60.83%52.94%-
HSV(B)101.92º70.19%81.57%-
XYZ29.3748.5212.38-
YUV160.8672.2188.87-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 28.19%
GREEN value IS 208 (81.64% from 255) = 55.32%
BLUE value IS 62 (24.61% from 255) = 16.49%
R=28.19%
G=55.32%
B=16.49%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal106208620.4900.700.18101.9260.8352.94
Hex6AD03E3104612663d35
Octal15232076610106221467565
Binary11010101101000011111011000101000110100101100110111101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6AD03E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(106,208,62); }

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

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

 a { background-color: rgb(106,208,62); }

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

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

 span { border-color: rgb(106,208,62); }

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