#6AC350

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

Shades of Apple #6AC350

Tints of Apple #6AC350

Color information

#6AC350 (or 0x6AC350) is unknown color: approx Apple. HEX triplet: 6A, C3 and 50. RGB value is (106,195,80). Sum of RGB (Red+Green+Blue) = 106+195+80=381 (50% of max value = 765). Red value is 106 (41.80% from 255 or 27.82% from 381); Green value is 195 (76.56% from 255 or 51.18% from 381); Blue value is 80 (31.64% from 255 or 21.00% from 381); Max value from RGB is 195 - color contains mainly: green. Hex color #6AC350 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #6AC350 is #953CAF. Grayscale: #9B9B9B. Windows color (decimal): -9780400 or 5292906. OLE color: 5292906.

HSL color Cylindrical-coordinate representation of color #6AC350: hue angle of 106.43º degrees, saturation: 0.49, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #6AC350 is Cyan = 0.46, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.24.

Color convert

RGB10619580-
CMYK0.4600.590.24
HSL106.43º48.94%53.92%-
HSV(B)106.43º58.97%76.47%-
XYZ26.9142.6714.41-
YUV155.2885.5192.85-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 27.82%
GREEN value IS 195 (76.56% from 255) = 51.18%
BLUE value IS 80 (31.64% from 255) = 21.00%
R=27.82%
G=51.18%
B=21.00%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal106195800.4600.590.24106.4348.9453.92
Hex6AC3502E03B186a3136
Octal15230312056073301526166
Binary11010101100001110100001011100111011110001101010110001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6AC350

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(106,195,80); }

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

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

 a { background-color: rgb(106,195,80); }

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

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

 span { border-color: rgb(106,195,80); }

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