#6ACA4A

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

Shades of Apple #6ACA4A

Tints of Apple #6ACA4A

Color information

#6ACA4A (or 0x6ACA4A) is unknown color: approx Apple. HEX triplet: 6A, CA and 4A. RGB value is (106,202,74). Sum of RGB (Red+Green+Blue) = 106+202+74=382 (50% of max value = 765). Red value is 106 (41.80% from 255 or 27.75% from 382); Green value is 202 (79.30% from 255 or 52.88% from 382); Blue value is 74 (29.30% from 255 or 19.37% from 382); Max value from RGB is 202 - color contains mainly: green. Hex color #6ACA4A is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #6ACA4A is #9535B5. Grayscale: #9F9F9F. Windows color (decimal): -9778614 or 4901482. OLE color: 4901482.

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

Color convert

RGB10620274-
CMYK0.4800.630.21
HSL105º54.7%54.12%-
HSV(B)105º63.37%79.22%-
XYZ28.345.813.83-
YUV158.780.290.41-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 27.75%
GREEN value IS 202 (79.30% from 255) = 52.88%
BLUE value IS 74 (29.30% from 255) = 19.37%
R=27.75%
G=52.88%
B=19.37%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal106202740.4800.630.2110554.754.12
Hex6ACA4A3003F15693736
Octal15231211260077251516766
Binary11010101100101010010101100000111111101011101001110111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6ACA4A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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