#6AAD38

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

Shades of Apple #6AAD38

Tints of Apple #6AAD38

Color information

#6AAD38 (or 0x6AAD38) is unknown color: approx Apple. HEX triplet: 6A, AD and 38. RGB value is (106,173,56). Sum of RGB (Red+Green+Blue) = 106+173+56=335 (44% of max value = 765). Red value is 106 (41.80% from 255 or 31.64% from 335); Green value is 173 (67.97% from 255 or 51.64% from 335); Blue value is 56 (22.27% from 255 or 16.72% from 335); Max value from RGB is 173 - color contains mainly: green. Hex color #6AAD38 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6AAD38 is #9552C7. Grayscale: #8C8C8C. Windows color (decimal): -9786056 or 3714410. OLE color: 3714410.

HSL color Cylindrical-coordinate representation of color #6AAD38: hue angle of 94.36º degrees, saturation: 0.51, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #6AAD38 is Cyan = 0.39, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.32.

Color convert

RGB10617356-
CMYK0.3900.680.32
HSL94.36º51.09%44.9%-
HSV(B)94.36º67.63%67.84%-
XYZ21.633.249.02-
YUV139.6380.8104.01-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 31.64%
GREEN value IS 173 (67.97% from 255) = 51.64%
BLUE value IS 56 (22.27% from 255) = 16.72%
R=31.64%
G=51.64%
B=16.72%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal106173560.3900.680.3294.3651.0944.9
Hex6AAD3827044205e332d
Octal15225570470104401366355
Binary110101010101101111000100111010001001000001011110110011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6AAD38

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(106,173,56); }

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

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

 a { background-color: rgb(106,173,56); }

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

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

 span { border-color: rgb(106,173,56); }

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