#6ACA4D

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

Shades of Apple #6ACA4D

Tints of Apple #6ACA4D

Color information

#6ACA4D (or 0x6ACA4D) is unknown color: approx Apple. HEX triplet: 6A, CA and 4D. RGB value is (106,202,77). Sum of RGB (Red+Green+Blue) = 106+202+77=385 (50% of max value = 765). Red value is 106 (41.80% from 255 or 27.53% from 385); Green value is 202 (79.30% from 255 or 52.47% from 385); Blue value is 77 (30.47% from 255 or 20% from 385); Max value from RGB is 202 - color contains mainly: green. Hex color #6ACA4D is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #6ACA4D is #9535B2. Grayscale: #9F9F9F. Windows color (decimal): -9778611 or 5098090. OLE color: 5098090.

HSL color Cylindrical-coordinate representation of color #6ACA4D: hue angle of 106.08º degrees, saturation: 0.54, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #6ACA4D is Cyan = 0.48, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.21.

Color convert

RGB10620277-
CMYK0.4800.620.21
HSL106.08º54.11%54.71%-
HSV(B)106.08º61.88%79.22%-
XYZ28.445.8414.37-
YUV159.0581.790.16-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 27.53%
GREEN value IS 202 (79.30% from 255) = 52.47%
BLUE value IS 77 (30.47% from 255) = 20%
R=27.53%
G=52.47%
B=20%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal106202770.4800.620.21106.0854.1154.71
Hex6ACA4D3003E156a3637
Octal15231211560076251526667
Binary11010101100101010011011100000111110101011101010110110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6ACA4D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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