#6AA250

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

Shades of Apple #6AA250

Tints of Apple #6AA250

Color information

#6AA250 (or 0x6AA250) is unknown color: approx Apple. HEX triplet: 6A, A2 and 50. RGB value is (106,162,80). Sum of RGB (Red+Green+Blue) = 106+162+80=348 (46% of max value = 765). Red value is 106 (41.80% from 255 or 30.46% from 348); Green value is 162 (63.67% from 255 or 46.55% from 348); Blue value is 80 (31.64% from 255 or 22.99% from 348); Max value from RGB is 162 - color contains mainly: green. Hex color #6AA250 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6AA250 is #955DAF. Grayscale: #888888. Windows color (decimal): -9788848 or 5284458. OLE color: 5284458.

HSL color Cylindrical-coordinate representation of color #6AA250: hue angle of 100.98º degrees, saturation: 0.34, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #6AA250 is Cyan = 0.35, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.36.

Color convert

RGB10616280-
CMYK0.3500.510.36
HSL100.98º33.88%47.45%-
HSV(B)100.98º50.62%63.53%-
XYZ20.3129.4812.21-
YUV135.9196.45106.67-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 30.46%
GREEN value IS 162 (63.67% from 255) = 46.55%
BLUE value IS 80 (31.64% from 255) = 22.99%
R=30.46%
G=46.55%
B=22.99%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal106162800.3500.510.36100.9833.8847.45
Hex6AA250230332465222f
Octal15224212043063441454257
Binary110101010100010101000010001101100111001001100101100010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6AA250

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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