#6AD241

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

Shades of Apple #6AD241

Tints of Apple #6AD241

Color information

#6AD241 (or 0x6AD241) is unknown color: approx Apple. HEX triplet: 6A, D2 and 41. RGB value is (106,210,65). Sum of RGB (Red+Green+Blue) = 106+210+65=381 (50% of max value = 765). Red value is 106 (41.80% from 255 or 27.82% from 381); Green value is 210 (82.42% from 255 or 55.12% from 381); Blue value is 65 (25.78% from 255 or 17.06% from 381); Max value from RGB is 210 - color contains mainly: green. Hex color #6AD241 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #6AD241 is #952DBE. Grayscale: #A2A2A2. Windows color (decimal): -9776575 or 4313706. OLE color: 4313706.

HSL color Cylindrical-coordinate representation of color #6AD241: hue angle of 103.03º degrees, saturation: 0.62, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #6AD241 is Cyan = 0.50, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.18.

Color convert

RGB10621065-
CMYK0.5000.690.18
HSL103.03º61.7%53.92%-
HSV(B)103.03º69.05%82.35%-
XYZ29.9449.5412.98-
YUV162.3773.0487.79-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 27.82%
GREEN value IS 210 (82.42% from 255) = 55.12%
BLUE value IS 65 (25.78% from 255) = 17.06%
R=27.82%
G=55.12%
B=17.06%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal106210650.5000.690.18103.0361.753.92
Hex6AD2413204512673e36
Octal152322101620105221477666
Binary110101011010010100000111001001000101100101100111111110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6AD241

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(106,210,65); }

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

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

 a { background-color: rgb(106,210,65); }

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

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

 span { border-color: rgb(106,210,65); }

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