#6AD048

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

Shades of Apple #6AD048

Tints of Apple #6AD048

Color information

#6AD048 (or 0x6AD048) is unknown color: approx Apple. HEX triplet: 6A, D0 and 48. RGB value is (106,208,72). Sum of RGB (Red+Green+Blue) = 106+208+72=386 (51% of max value = 765). Red value is 106 (41.80% from 255 or 27.46% from 386); Green value is 208 (81.64% from 255 or 53.89% from 386); Blue value is 72 (28.52% from 255 or 18.65% from 386); Max value from RGB is 208 - color contains mainly: green. Hex color #6AD048 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #6AD048 is #952FB7. Grayscale: #A2A2A2. Windows color (decimal): -9777080 or 4771946. OLE color: 4771946.

HSL color Cylindrical-coordinate representation of color #6AD048: hue angle of 105º degrees, saturation: 0.59, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #6AD048 is Cyan = 0.49, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.18.

Color convert

RGB10620872-
CMYK0.4900.650.18
HSL105º59.13%54.9%-
HSV(B)105º65.38%81.57%-
XYZ29.6748.6413.96-
YUV16277.2188.06-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 27.46%
GREEN value IS 208 (81.64% from 255) = 53.89%
BLUE value IS 72 (28.52% from 255) = 18.65%
R=27.46%
G=53.89%
B=18.65%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal106208720.4900.650.1810559.1354.9
Hex6AD0483104112693b37
Octal152320110610101221517367
Binary110101011010000100100011000101000001100101101001111011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6AD048

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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