#6ACD42

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

Shades of Apple #6ACD42

Tints of Apple #6ACD42

Color information

#6ACD42 (or 0x6ACD42) is unknown color: approx Apple. HEX triplet: 6A, CD and 42. RGB value is (106,205,66). Sum of RGB (Red+Green+Blue) = 106+205+66=377 (49% of max value = 765). Red value is 106 (41.80% from 255 or 28.12% from 377); Green value is 205 (80.47% from 255 or 54.38% from 377); Blue value is 66 (26.17% from 255 or 17.51% from 377); Max value from RGB is 205 - color contains mainly: green. Hex color #6ACD42 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #6ACD42 is #9532BD. Grayscale: #A0A0A0. Windows color (decimal): -9777854 or 4377962. OLE color: 4377962.

HSL color Cylindrical-coordinate representation of color #6ACD42: hue angle of 102.73º degrees, saturation: 0.58, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #6ACD42 is Cyan = 0.48, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.20.

Color convert

RGB10620566-
CMYK0.4800.680.20
HSL102.73º58.16%53.14%-
HSV(B)102.73º67.8%80.39%-
XYZ28.7647.1212.73-
YUV159.5575.289.8-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 28.12%
GREEN value IS 205 (80.47% from 255) = 54.38%
BLUE value IS 66 (26.17% from 255) = 17.51%
R=28.12%
G=54.38%
B=17.51%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal106205660.4800.680.20102.7358.1653.14
Hex6ACD423004414673a35
Octal152315102600104241477265
Binary110101011001101100001011000001000100101001100111111010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6ACD42

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(106,205,66); }

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

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

 a { background-color: rgb(106,205,66); }

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

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

 span { border-color: rgb(106,205,66); }

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