#ADE680

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

Shades of Feijoa #ADE680

Tints of Feijoa #ADE680

Color information

#ADE680 (or 0xADE680) is unknown color: approx Feijoa. HEX triplet: AD, E6 and 80. RGB value is (173,230,128). Sum of RGB (Red+Green+Blue) = 173+230+128=531 (70% of max value = 765). Red value is 173 (67.97% from 255 or 32.58% from 531); Green value is 230 (90.23% from 255 or 43.31% from 531); Blue value is 128 (50.39% from 255 or 24.11% from 531); Max value from RGB is 230 - color contains mainly: green. Hex color #ADE680 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #ADE680 is #52197F. Grayscale: #C9C9C9. Windows color (decimal): -5380480 or 8447661. OLE color: 8447661.

HSL color Cylindrical-coordinate representation of color #ADE680: hue angle of 93.53º degrees, saturation: 0.67, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #ADE680 is Cyan = 0.25, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.10.

Color convert

RGB173230128-
CMYK0.2500.440.10
HSL93.53º67.11%70.2%-
HSV(B)93.53º44.35%90.2%-
XYZ49.4367.0430.76-
YUV201.3386.62107.79-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 32.58%
GREEN value IS 230 (90.23% from 255) = 43.31%
BLUE value IS 128 (50.39% from 255) = 24.11%
R=32.58%
G=43.31%
B=24.11%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal1732301280.2500.440.1093.5367.1170.2
HexADE6801902CA5e4346
Octal2553462003105412136103106
Binary1010110111100110100000001100101011001010101111010000111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADE680

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADE680; }

 p { color: rgb(173,230,128); }

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

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

 a { background-color: rgb(173,230,128); }

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

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

 span { border-color: rgb(173,230,128); }

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