#6ac12d

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

Shades of Apple #6AC12D

Tints of Apple #6AC12D

Color information

#6AC12D (or 0x6AC12D) is unknown color: approx Apple. HEX triplet: 6A, C1 and 2D. RGB value is (106,193,45). Sum of RGB (Red+Green+Blue) = 106+193+45=344 (45% of max value = 765). Red value is 106 (41.80% from 255 or 30.81% from 344); Green value is 193 (75.78% from 255 or 56.10% from 344); Blue value is 45 (17.97% from 255 or 13.08% from 344); Max value from RGB is 193 - color contains mainly: green. Hex color #6AC12D is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #6AC12D is #953ED2. Grayscale: #969696. Windows color (decimal): -9780947 or 2998634. OLE color: 2998634.

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

Color convert

RGB10619345-
CMYK0.4500.770.24
HSL95.27º62.18%46.67%-
HSV(B)95.27º76.68%75.69%-
XYZ25.4941.399.13-
YUV150.1168.6896.53-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 30.81%
GREEN value IS 193 (75.78% from 255) = 56.10%
BLUE value IS 45 (17.97% from 255) = 13.08%
R=30.81%
G=56.10%
B=13.08%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.77
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal106193450.4500.770.2495.2762.1846.67
Hex6AC12D2D04D185f3e2f
Octal15230155550115301377657
Binary11010101100000110110110110101001101110001011111111110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6ac12d

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(106,193,45); }

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

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

 a { background-color: rgb(106,193,45); }

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

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

 span { border-color: rgb(106,193,45); }

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