#ADEB85

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

Shades of Feijoa #ADEB85

Tints of Feijoa #ADEB85

Color information

#ADEB85 (or 0xADEB85) is unknown color: approx Feijoa. HEX triplet: AD, EB and 85. RGB value is (173,235,133). Sum of RGB (Red+Green+Blue) = 173+235+133=541 (71% of max value = 765). Red value is 173 (67.97% from 255 or 31.98% from 541); Green value is 235 (92.19% from 255 or 43.44% from 541); Blue value is 133 (52.34% from 255 or 24.58% from 541); Max value from RGB is 235 - color contains mainly: green. Hex color #ADEB85 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #ADEB85 is #52147A. Grayscale: #CDCDCD. Windows color (decimal): -5379195 or 8776621. OLE color: 8776621.

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

Color convert

RGB173235133-
CMYK0.2600.430.08
HSL96.47º71.83%72.16%-
HSV(B)96.47º43.4%92.16%-
XYZ51.1869.9933-
YUV204.8387.46105.29-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 31.98%
GREEN value IS 235 (92.19% from 255) = 43.44%
BLUE value IS 133 (52.34% from 255) = 24.58%
R=31.98%
G=43.44%
B=24.58%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1732351330.2600.430.0896.4771.8372.16
HexADEB851A02B8604848
Octal2553532053205310140110110
Binary1010110111101011100001011101001010111000110000010010001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADEB85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADEB85; }

 p { color: rgb(173,235,133); }

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

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

 a { background-color: rgb(173,235,133); }

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

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

 span { border-color: rgb(173,235,133); }

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