#6AC248

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

Shades of Apple #6AC248

Tints of Apple #6AC248

Color information

#6AC248 (or 0x6AC248) is unknown color: approx Apple. HEX triplet: 6A, C2 and 48. RGB value is (106,194,72). Sum of RGB (Red+Green+Blue) = 106+194+72=372 (49% of max value = 765). Red value is 106 (41.80% from 255 or 28.49% from 372); Green value is 194 (76.17% from 255 or 52.15% from 372); Blue value is 72 (28.52% from 255 or 19.35% from 372); Max value from RGB is 194 - color contains mainly: green. Hex color #6AC248 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #6AC248 is #953DB7. Grayscale: #9A9A9A. Windows color (decimal): -9780664 or 4768362. OLE color: 4768362.

HSL color Cylindrical-coordinate representation of color #6AC248: hue angle of 103.28º degrees, saturation: 0.5, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #6AC248 is Cyan = 0.45, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.24.

Color convert

RGB10619472-
CMYK0.4500.630.24
HSL103.28º50%52.16%-
HSV(B)103.28º62.89%76.08%-
XYZ26.4142.1212.87-
YUV153.7881.8593.92-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 28.49%
GREEN value IS 194 (76.17% from 255) = 52.15%
BLUE value IS 72 (28.52% from 255) = 19.35%
R=28.49%
G=52.15%
B=19.35%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal106194720.4500.630.24103.285052.16
Hex6AC2482D03F18673234
Octal15230211055077301476264
Binary11010101100001010010001011010111111110001100111110010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6AC248

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(106,194,72); }

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

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

 a { background-color: rgb(106,194,72); }

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

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

 span { border-color: rgb(106,194,72); }

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