#6ADC3D

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

Shades of Apple #6ADC3D

Tints of Apple #6ADC3D

Color information

#6ADC3D (or 0x6ADC3D) is unknown color: approx Apple. HEX triplet: 6A, DC and 3D. RGB value is (106,220,61). Sum of RGB (Red+Green+Blue) = 106+220+61=387 (51% of max value = 765). Red value is 106 (41.80% from 255 or 27.39% from 387); Green value is 220 (86.33% from 255 or 56.85% from 387); Blue value is 61 (24.22% from 255 or 15.76% from 387); Max value from RGB is 220 - color contains mainly: green. Hex color #6ADC3D is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #6ADC3D is #9523C2. Grayscale: #A8A8A8. Windows color (decimal): -9774019 or 4054122. OLE color: 4054122.

HSL color Cylindrical-coordinate representation of color #6ADC3D: hue angle of 103.02º degrees, saturation: 0.69, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #6ADC3D is Cyan = 0.52, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.14.

Color convert

RGB10622061-
CMYK0.5200.720.14
HSL103.02º69.43%55.1%-
HSV(B)103.02º72.27%86.27%-
XYZ32.3854.5913.24-
YUV167.7967.7383.93-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 27.39%
GREEN value IS 220 (86.33% from 255) = 56.85%
BLUE value IS 61 (24.22% from 255) = 15.76%
R=27.39%
G=56.85%
B=15.76%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal106220610.5200.720.14103.0269.4355.1
Hex6ADC3D34048E674537
Octal152334756401101614710567
Binary11010101101110011110111010001001000111011001111000101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6ADC3D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(106,220,61); }

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

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

 a { background-color: rgb(106,220,61); }

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

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

 span { border-color: rgb(106,220,61); }

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