#6FC14A

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

Shades of Apple #6FC14A

Tints of Apple #6FC14A

Color information

#6FC14A (or 0x6FC14A) is unknown color: approx Apple. HEX triplet: 6F, C1 and 4A. RGB value is (111,193,74). Sum of RGB (Red+Green+Blue) = 111+193+74=378 (50% of max value = 765). Red value is 111 (43.75% from 255 or 29.37% from 378); Green value is 193 (75.78% from 255 or 51.06% from 378); Blue value is 74 (29.30% from 255 or 19.58% from 378); Max value from RGB is 193 - color contains mainly: green. Hex color #6FC14A is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #6FC14A is #903EB5. Grayscale: #9B9B9B. Windows color (decimal): -9453238 or 4899183. OLE color: 4899183.

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

Color convert

RGB11119374-
CMYK0.4200.620.24
HSL101.34º48.97%52.35%-
HSV(B)101.34º61.66%75.69%-
XYZ26.8642.0113.17-
YUV154.9282.3396.68-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 29.37%
GREEN value IS 193 (75.78% from 255) = 51.06%
BLUE value IS 74 (29.30% from 255) = 19.58%
R=29.37%
G=51.06%
B=19.58%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal111193740.4200.620.24101.3448.9752.35
Hex6FC14A2A03E18653134
Octal15730111252076301456164
Binary11011111100000110010101010100111110110001100101110001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6FC14A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(111,193,74); }

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

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

 a { background-color: rgb(111,193,74); }

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

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

 span { border-color: rgb(111,193,74); }

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