#6AD12D

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

Shades of Apple #6AD12D

Tints of Apple #6AD12D

Color information

#6AD12D (or 0x6AD12D) is unknown color: approx Apple. HEX triplet: 6A, D1 and 2D. RGB value is (106,209,45). Sum of RGB (Red+Green+Blue) = 106+209+45=360 (47% of max value = 765). Red value is 106 (41.80% from 255 or 29.44% from 360); Green value is 209 (82.03% from 255 or 58.06% from 360); Blue value is 45 (17.97% from 255 or 12.5% from 360); Max value from RGB is 209 - color contains mainly: green. Hex color #6AD12D is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #6AD12D is #952ED2. Grayscale: #A0A0A0. Windows color (decimal): -9776851 or 3002730. OLE color: 3002730.

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

Color convert

RGB10620945-
CMYK0.4900.780.18
HSL97.68º64.57%49.8%-
HSV(B)97.68º78.47%81.96%-
XYZ29.2248.8510.37-
YUV159.5163.3889.84-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 29.44%
GREEN value IS 209 (82.03% from 255) = 58.06%
BLUE value IS 45 (17.97% from 255) = 12.5%
R=29.44%
G=58.06%
B=12.5%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal106209450.4900.780.1897.6864.5749.8
Hex6AD12D3104E12624132
Octal152321556101162214210162
Binary110101011010001101101110001010011101001011000101000001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6AD12D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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