#65AC4E

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

Shades of Apple #65AC4E

Tints of Apple #65AC4E

Color information

#65AC4E (or 0x65AC4E) is unknown color: approx Apple. HEX triplet: 65, AC and 4E. RGB value is (101,172,78). Sum of RGB (Red+Green+Blue) = 101+172+78=351 (46% of max value = 765). Red value is 101 (39.84% from 255 or 28.77% from 351); Green value is 172 (67.58% from 255 or 49.00% from 351); Blue value is 78 (30.86% from 255 or 22.22% from 351); Max value from RGB is 172 - color contains mainly: green. Hex color #65AC4E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #65AC4E is #9A53B1. Grayscale: #8C8C8C. Windows color (decimal): -10113970 or 5155941. OLE color: 5155941.

HSL color Cylindrical-coordinate representation of color #65AC4E: hue angle of 105.32º degrees, saturation: 0.38, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #65AC4E is Cyan = 0.41, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.33.

Color convert

RGB10117278-
CMYK0.4100.550.33
HSL105.32º37.6%49.02%-
HSV(B)105.32º54.65%67.45%-
XYZ21.4932.8212.41-
YUV140.0692.98100.14-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 28.77%
GREEN value IS 172 (67.58% from 255) = 49.00%
BLUE value IS 78 (30.86% from 255) = 22.22%
R=28.77%
G=49.00%
B=22.22%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal101172780.4100.550.33105.3237.649.02
Hex65AC4E2903721692631
Octal14525411651067411514661
Binary110010110101100100111010100101101111000011101001100110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65AC4E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #65AC4E; }

 p { color: rgb(101,172,78); }

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

<style>
 a { background-color: #65AC4E; }

 a { background-color: rgb(101,172,78); }

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

<style>
 span { border-color: #65AC4E; }

 span { border-color: rgb(101,172,78); }

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