#73C14A

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

Shades of Apple #73C14A

Tints of Apple #73C14A

Color information

#73C14A (or 0x73C14A) is unknown color: approx Apple. HEX triplet: 73, C1 and 4A. RGB value is (115,193,74). Sum of RGB (Red+Green+Blue) = 115+193+74=382 (50% of max value = 765). Red value is 115 (45.31% from 255 or 30.10% from 382); Green value is 193 (75.78% from 255 or 50.52% from 382); Blue value is 74 (29.30% from 255 or 19.37% from 382); Max value from RGB is 193 - color contains mainly: green. Hex color #73C14A is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #73C14A is #8C3EB5. Grayscale: #9C9C9C. Windows color (decimal): -9191094 or 4899187. OLE color: 4899187.

HSL color Cylindrical-coordinate representation of color #73C14A: hue angle of 99.33º 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 #73C14A is Cyan = 0.40, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.24.

Color convert

RGB11519374-
CMYK0.4000.620.24
HSL99.33º48.97%52.35%-
HSV(B)99.33º61.66%75.69%-
XYZ27.3842.2813.2-
YUV156.1181.6698.68-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 30.10%
GREEN value IS 193 (75.78% from 255) = 50.52%
BLUE value IS 74 (29.30% from 255) = 19.37%
R=30.10%
G=50.52%
B=19.37%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal115193740.4000.620.2499.3348.9752.35
Hex73C14A2803E18633134
Octal16330111250076301436164
Binary11100111100000110010101010000111110110001100011110001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73C14A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #73C14A; }

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

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

<style>
 a { background-color: #73C14A; }

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

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

<style>
 span { border-color: #73C14A; }

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

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