#6ad34d

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

Shades of Apple #6AD34D

Tints of Apple #6AD34D

Color information

#6AD34D (or 0x6AD34D) is unknown color: approx Apple. HEX triplet: 6A, D3 and 4D. RGB value is (106,211,77). Sum of RGB (Red+Green+Blue) = 106+211+77=394 (52% of max value = 765). Red value is 106 (41.80% from 255 or 26.90% from 394); Green value is 211 (82.81% from 255 or 53.55% from 394); Blue value is 77 (30.47% from 255 or 19.54% from 394); Max value from RGB is 211 - color contains mainly: green. Hex color #6AD34D is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #6AD34D is #952CB2. Grayscale: #A4A4A4. Windows color (decimal): -9776307 or 5100394. OLE color: 5100394.

HSL color Cylindrical-coordinate representation of color #6AD34D: hue angle of 107.01º degrees, saturation: 0.6, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #6AD34D is Cyan = 0.50, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.17.

Color convert

RGB10621177-
CMYK0.5000.640.17
HSL107.01º60.36%56.47%-
HSV(B)107.01º63.51%82.75%-
XYZ30.5850.1915.1-
YUV164.3378.7186.4-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 26.90%
GREEN value IS 211 (82.81% from 255) = 53.55%
BLUE value IS 77 (30.47% from 255) = 19.54%
R=26.90%
G=53.55%
B=19.54%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal106211770.5000.640.17107.0160.3656.47
Hex6AD34D32040116b3c38
Octal152323115620100211537470
Binary110101011010011100110111001001000000100011101011111100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6ad34d

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(106,211,77); }

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

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

 a { background-color: rgb(106,211,77); }

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

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

 span { border-color: rgb(106,211,77); }

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