#69AE54

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

Shades of Apple #69AE54

Tints of Apple #69AE54

Color information

#69AE54 (or 0x69AE54) is unknown color: approx Apple. HEX triplet: 69, AE and 54. RGB value is (105,174,84). Sum of RGB (Red+Green+Blue) = 105+174+84=363 (48% of max value = 765). Red value is 105 (41.41% from 255 or 28.93% from 363); Green value is 174 (68.36% from 255 or 47.93% from 363); Blue value is 84 (33.20% from 255 or 23.14% from 363); Max value from RGB is 174 - color contains mainly: green. Hex color #69AE54 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #69AE54 is #9651AB. Grayscale: #8F8F8F. Windows color (decimal): -9851308 or 5549673. OLE color: 5549673.

HSL color Cylindrical-coordinate representation of color #69AE54: hue angle of 106º degrees, saturation: 0.36, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #69AE54 is Cyan = 0.40, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.32.

Color convert

RGB10517484-
CMYK0.4000.520.32
HSL106º35.71%50.59%-
HSV(B)106º51.72%68.24%-
XYZ22.5633.9213.74-
YUV143.1194.64100.82-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 28.93%
GREEN value IS 174 (68.36% from 255) = 47.93%
BLUE value IS 84 (33.20% from 255) = 23.14%
R=28.93%
G=47.93%
B=23.14%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal105174840.4000.520.3210635.7150.59
Hex69AE5428034206a2433
Octal15125612450064401524463
Binary110100110101110101010010100001101001000001101010100100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69AE54

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #69AE54; }

 p { color: rgb(105,174,84); }

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

<style>
 a { background-color: #69AE54; }

 a { background-color: rgb(105,174,84); }

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

<style>
 span { border-color: #69AE54; }

 span { border-color: rgb(105,174,84); }

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