#6ACA3C

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

Shades of Apple #6ACA3C

Tints of Apple #6ACA3C

Color information

#6ACA3C (or 0x6ACA3C) is unknown color: approx Apple. HEX triplet: 6A, CA and 3C. RGB value is (106,202,60). Sum of RGB (Red+Green+Blue) = 106+202+60=368 (48% of max value = 765). Red value is 106 (41.80% from 255 or 28.80% from 368); Green value is 202 (79.30% from 255 or 54.89% from 368); Blue value is 60 (23.83% from 255 or 16.30% from 368); Max value from RGB is 202 - color contains mainly: green. Hex color #6ACA3C is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #6ACA3C is #9535C3. Grayscale: #9D9D9D. Windows color (decimal): -9778628 or 3983978. OLE color: 3983978.

HSL color Cylindrical-coordinate representation of color #6ACA3C: hue angle of 100.56º degrees, saturation: 0.57, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #6ACA3C is Cyan = 0.48, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.21.

Color convert

RGB10620260-
CMYK0.4800.700.21
HSL100.56º57.26%51.37%-
HSV(B)100.56º70.3%79.22%-
XYZ27.8845.6311.61-
YUV157.1173.291.55-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 28.80%
GREEN value IS 202 (79.30% from 255) = 54.89%
BLUE value IS 60 (23.83% from 255) = 16.30%
R=28.80%
G=54.89%
B=16.30%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal106202600.4800.700.21100.5657.2651.37
Hex6ACA3C3004615653933
Octal15231274600106251457163
Binary11010101100101011110011000001000110101011100101111001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6ACA3C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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