#69AE45

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

Shades of Apple #69AE45

Tints of Apple #69AE45

Color information

#69AE45 (or 0x69AE45) is unknown color: approx Apple. HEX triplet: 69, AE and 45. RGB value is (105,174,69). Sum of RGB (Red+Green+Blue) = 105+174+69=348 (46% of max value = 765). Red value is 105 (41.41% from 255 or 30.17% from 348); Green value is 174 (68.36% from 255 or 50% from 348); Blue value is 69 (27.34% from 255 or 19.83% from 348); Max value from RGB is 174 - color contains mainly: green. Hex color #69AE45 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #69AE45 is #9651BA. Grayscale: #8D8D8D. Windows color (decimal): -9851323 or 4566633. OLE color: 4566633.

HSL color Cylindrical-coordinate representation of color #69AE45: hue angle of 99.43º degrees, saturation: 0.43, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #69AE45 is Cyan = 0.40, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.32.

Color convert

RGB10517469-
CMYK0.4000.600.32
HSL99.43º43.21%47.65%-
HSV(B)99.43º60.34%68.24%-
XYZ22.0433.7110.97-
YUV141.487.14102.04-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 30.17%
GREEN value IS 174 (68.36% from 255) = 50%
BLUE value IS 69 (27.34% from 255) = 19.83%
R=30.17%
G=50%
B=19.83%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal105174690.4000.600.3299.4343.2147.65
Hex69AE452803C20632b30
Octal15125610550074401435360
Binary110100110101110100010110100001111001000001100011101011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69AE45

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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