#ADED7D

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

Shades of Feijoa #ADED7D

Tints of Feijoa #ADED7D

Color information

#ADED7D (or 0xADED7D) is unknown color: approx Feijoa. HEX triplet: AD, ED and 7D. RGB value is (173,237,125). Sum of RGB (Red+Green+Blue) = 173+237+125=535 (70% of max value = 765). Red value is 173 (67.97% from 255 or 32.34% from 535); Green value is 237 (92.97% from 255 or 44.30% from 535); Blue value is 125 (49.22% from 255 or 23.36% from 535); Max value from RGB is 237 - color contains mainly: green. Hex color #ADED7D is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #ADED7D is #521282. Grayscale: #CDCDCD. Windows color (decimal): -5378691 or 8252845. OLE color: 8252845.

HSL color Cylindrical-coordinate representation of color #ADED7D: hue angle of 94.29º degrees, saturation: 0.76, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #ADED7D is Cyan = 0.27, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.07.

Color convert

RGB173237125-
CMYK0.2700.470.07
HSL94.29º75.68%70.98%-
HSV(B)94.29º47.26%92.94%-
XYZ51.2270.9330.39-
YUV205.182.8105.11-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 32.34%
GREEN value IS 237 (92.97% from 255) = 44.30%
BLUE value IS 125 (49.22% from 255) = 23.36%
R=32.34%
G=44.30%
B=23.36%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1732371250.2700.470.0794.2975.6870.98
HexADED7D1B02F75e4c47
Octal255355175330577136114107
Binary10101101111011011111101110110101111111101111010011001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADED7D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADED7D; }

 p { color: rgb(173,237,125); }

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

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

 a { background-color: rgb(173,237,125); }

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

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

 span { border-color: rgb(173,237,125); }

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