#6AC14B

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

Shades of Apple #6AC14B

Tints of Apple #6AC14B

Color information

#6AC14B (or 0x6AC14B) is unknown color: approx Apple. HEX triplet: 6A, C1 and 4B. RGB value is (106,193,75). Sum of RGB (Red+Green+Blue) = 106+193+75=374 (49% of max value = 765). Red value is 106 (41.80% from 255 or 28.34% from 374); Green value is 193 (75.78% from 255 or 51.60% from 374); Blue value is 75 (29.69% from 255 or 20.05% from 374); Max value from RGB is 193 - color contains mainly: green. Hex color #6AC14B is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #6AC14B is #953EB4. Grayscale: #999999. Windows color (decimal): -9780917 or 4964714. OLE color: 4964714.

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

Color convert

RGB10619375-
CMYK0.4500.610.24
HSL104.24º48.76%52.55%-
HSV(B)104.24º61.14%75.69%-
XYZ26.2841.7113.32-
YUV153.5483.6894.09-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 28.34%
GREEN value IS 193 (75.78% from 255) = 51.60%
BLUE value IS 75 (29.69% from 255) = 20.05%
R=28.34%
G=51.60%
B=20.05%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal106193750.4500.610.24104.2448.7652.55
Hex6AC14B2D03D18683135
Octal15230111355075301506165
Binary11010101100000110010111011010111101110001101000110001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6AC14B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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