#69AE4B

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

Shades of Apple #69AE4B

Tints of Apple #69AE4B

Color information

#69AE4B (or 0x69AE4B) is unknown color: approx Apple. HEX triplet: 69, AE and 4B. RGB value is (105,174,75). Sum of RGB (Red+Green+Blue) = 105+174+75=354 (46% of max value = 765). Red value is 105 (41.41% from 255 or 29.66% from 354); Green value is 174 (68.36% from 255 or 49.15% from 354); Blue value is 75 (29.69% from 255 or 21.19% from 354); Max value from RGB is 174 - color contains mainly: green. Hex color #69AE4B is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #69AE4B is #9651B4. Grayscale: #8E8E8E. Windows color (decimal): -9851317 or 4959849. OLE color: 4959849.

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

Color convert

RGB10517475-
CMYK0.4000.570.32
HSL101.82º39.76%48.82%-
HSV(B)101.82º56.9%68.24%-
XYZ22.2333.7812.01-
YUV142.0890.14101.55-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 29.66%
GREEN value IS 174 (68.36% from 255) = 49.15%
BLUE value IS 75 (29.69% from 255) = 21.19%
R=29.66%
G=49.15%
B=21.19%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal105174750.4000.570.32101.8239.7648.82
Hex69AE4B2803920662831
Octal15125611350071401465061
Binary110100110101110100101110100001110011000001100110101000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69AE4B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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