#6AA252

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

Shades of Apple #6AA252

Tints of Apple #6AA252

Color information

#6AA252 (or 0x6AA252) is unknown color: approx Apple. HEX triplet: 6A, A2 and 52. RGB value is (106,162,82). Sum of RGB (Red+Green+Blue) = 106+162+82=350 (46% of max value = 765). Red value is 106 (41.80% from 255 or 30.29% from 350); Green value is 162 (63.67% from 255 or 46.29% from 350); Blue value is 82 (32.42% from 255 or 23.43% from 350); Max value from RGB is 162 - color contains mainly: green. Hex color #6AA252 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6AA252 is #955DAD. Grayscale: #888888. Windows color (decimal): -9788846 or 5415530. OLE color: 5415530.

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

Color convert

RGB10616282-
CMYK0.3500.490.36
HSL102º32.79%47.84%-
HSV(B)102º49.38%63.53%-
XYZ20.3929.5112.6-
YUV136.1497.45106.5-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 30.29%
GREEN value IS 162 (63.67% from 255) = 46.29%
BLUE value IS 82 (32.42% from 255) = 23.43%
R=30.29%
G=46.29%
B=23.43%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal106162820.3500.490.3610232.7947.84
Hex6AA2522303124662130
Octal15224212243061441464160
Binary110101010100010101001010001101100011001001100110100001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6AA252

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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