#6AD12C

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

Shades of Apple #6AD12C

Tints of Apple #6AD12C

Color information

#6AD12C (or 0x6AD12C) is unknown color: approx Apple. HEX triplet: 6A, D1 and 2C. RGB value is (106,209,44). Sum of RGB (Red+Green+Blue) = 106+209+44=359 (47% of max value = 765). Red value is 106 (41.80% from 255 or 29.53% from 359); Green value is 209 (82.03% from 255 or 58.22% from 359); Blue value is 44 (17.58% from 255 or 12.26% from 359); Max value from RGB is 209 - color contains mainly: green. Hex color #6AD12C is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #6AD12C is #952ED3. Grayscale: #9F9F9F. Windows color (decimal): -9776852 or 2937194. OLE color: 2937194.

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

Color convert

RGB10620944-
CMYK0.4900.790.18
HSL97.45º65.22%49.61%-
HSV(B)97.45º78.95%81.96%-
XYZ29.248.8510.27-
YUV159.3962.8889.92-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 29.53%
GREEN value IS 209 (82.03% from 255) = 58.22%
BLUE value IS 44 (17.58% from 255) = 12.26%
R=29.53%
G=58.22%
B=12.26%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.79
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal106209440.4900.790.1897.4565.2249.61
Hex6AD12C3104F12614132
Octal152321546101172214110162
Binary110101011010001101100110001010011111001011000011000001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6AD12C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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