#6AB14C

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

Shades of Apple #6AB14C

Tints of Apple #6AB14C

Color information

#6AB14C (or 0x6AB14C) is unknown color: approx Apple. HEX triplet: 6A, B1 and 4C. RGB value is (106,177,76). Sum of RGB (Red+Green+Blue) = 106+177+76=359 (47% of max value = 765). Red value is 106 (41.80% from 255 or 29.53% from 359); Green value is 177 (69.53% from 255 or 49.30% from 359); Blue value is 76 (30.08% from 255 or 21.17% from 359); Max value from RGB is 177 - color contains mainly: green. Hex color #6AB14C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6AB14C is #954EB3. Grayscale: #909090. Windows color (decimal): -9785012 or 5026154. OLE color: 5026154.

HSL color Cylindrical-coordinate representation of color #6AB14C: hue angle of 102.18º degrees, saturation: 0.4, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #6AB14C is Cyan = 0.40, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.31.

Color convert

RGB10617776-
CMYK0.4000.570.31
HSL102.18º39.92%49.61%-
HSV(B)102.18º57.06%69.41%-
XYZ22.9735.0312.39-
YUV144.2689.48100.71-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 29.53%
GREEN value IS 177 (69.53% from 255) = 49.30%
BLUE value IS 76 (30.08% from 255) = 21.17%
R=29.53%
G=49.30%
B=21.17%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal106177760.4000.570.31102.1839.9249.61
Hex6AB14C280391F662832
Octal15226111450071371465062
Binary11010101011000110011001010000111001111111100110101000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6AB14C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(106,177,76); }

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

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

 a { background-color: rgb(106,177,76); }

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

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

 span { border-color: rgb(106,177,76); }

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