#69E139

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

Shades of Apple #69E139

Tints of Apple #69E139

Color information

#69E139 (or 0x69E139) is unknown color: approx Apple. HEX triplet: 69, E1 and 39. RGB value is (105,225,57). Sum of RGB (Red+Green+Blue) = 105+225+57=387 (51% of max value = 765). Red value is 105 (41.41% from 255 or 27.13% from 387); Green value is 225 (88.28% from 255 or 58.14% from 387); Blue value is 57 (22.66% from 255 or 14.73% from 387); Max value from RGB is 225 - color contains mainly: green. Hex color #69E139 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #69E139 is #961EC6. Grayscale: #AAAAAA. Windows color (decimal): -9838279 or 3793257. OLE color: 3793257.

HSL color Cylindrical-coordinate representation of color #69E139: hue angle of 102.86º degrees, saturation: 0.74, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #69E139 is Cyan = 0.53, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.12.

Color convert

RGB10522557-
CMYK0.5300.750.12
HSL102.86º73.68%55.29%-
HSV(B)102.86º74.67%88.24%-
XYZ33.4957.1513.14-
YUV169.9764.2481.66-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 27.13%
GREEN value IS 225 (88.28% from 255) = 58.14%
BLUE value IS 57 (22.66% from 255) = 14.73%
R=27.13%
G=58.14%
B=14.73%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal105225570.5300.750.12102.8673.6855.29
Hex69E1393504BC674a37
Octal151341716501131414711267
Binary11010011110000111100111010101001011110011001111001010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69E139

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(105,225,57); }

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

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

 a { background-color: rgb(105,225,57); }

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

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

 span { border-color: rgb(105,225,57); }

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