#ADEA7B

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

Shades of Feijoa #ADEA7B

Tints of Feijoa #ADEA7B

Color information

#ADEA7B (or 0xADEA7B) is unknown color: approx Feijoa. HEX triplet: AD, EA and 7B. RGB value is (173,234,123). Sum of RGB (Red+Green+Blue) = 173+234+123=530 (70% of max value = 765). Red value is 173 (67.97% from 255 or 32.64% from 530); Green value is 234 (91.80% from 255 or 44.15% from 530); Blue value is 123 (48.44% from 255 or 23.21% from 530); Max value from RGB is 234 - color contains mainly: green. Hex color #ADEA7B is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #ADEA7B is #521584. Grayscale: #CBCBCB. Windows color (decimal): -5379461 or 8121005. OLE color: 8121005.

HSL color Cylindrical-coordinate representation of color #ADEA7B: hue angle of 92.97º degrees, saturation: 0.73, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #ADEA7B is Cyan = 0.26, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.08.

Color convert

RGB173234123-
CMYK0.2600.470.08
HSL92.97º72.55%70%-
HSV(B)92.97º47.44%91.76%-
XYZ50.2369.1629.44-
YUV203.1182.79106.53-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 32.64%
GREEN value IS 234 (91.80% from 255) = 44.15%
BLUE value IS 123 (48.44% from 255) = 23.21%
R=32.64%
G=44.15%
B=23.21%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1732341230.2600.470.0892.9772.5570
HexADEA7B1A02F85d4946
Octal2553521733205710135111106
Binary101011011110101011110111101001011111000101110110010011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADEA7B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADEA7B; }

 p { color: rgb(173,234,123); }

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

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

 a { background-color: rgb(173,234,123); }

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

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

 span { border-color: rgb(173,234,123); }

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