#ADE48C

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

Shades of Feijoa #ADE48C

Tints of Feijoa #ADE48C

Color information

#ADE48C (or 0xADE48C) is unknown color: approx Feijoa. HEX triplet: AD, E4 and 8C. RGB value is (173,228,140). Sum of RGB (Red+Green+Blue) = 173+228+140=541 (71% of max value = 765). Red value is 173 (67.97% from 255 or 31.98% from 541); Green value is 228 (89.45% from 255 or 42.14% from 541); Blue value is 140 (55.08% from 255 or 25.88% from 541); Max value from RGB is 228 - color contains mainly: green. Hex color #ADE48C is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ADE48C is #521B73. Grayscale: #C9C9C9. Windows color (decimal): -5380980 or 9233581. OLE color: 9233581.

HSL color Cylindrical-coordinate representation of color #ADE48C: hue angle of 97.5º degrees, saturation: 0.62, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #ADE48C is Cyan = 0.24, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.11.

Color convert

RGB173228140-
CMYK0.2400.390.11
HSL97.5º61.97%72.16%-
HSV(B)97.5º38.6%89.41%-
XYZ49.7166.2634.98-
YUV201.5293.28107.66-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 31.98%
GREEN value IS 228 (89.45% from 255) = 42.14%
BLUE value IS 140 (55.08% from 255) = 25.88%
R=31.98%
G=42.14%
B=25.88%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1732281400.2400.390.1197.561.9772.16
HexADE48C18027B623e48
Octal255344214300471314276110
Binary101011011110010010001100110000100111101111000101111101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADE48C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADE48C; }

 p { color: rgb(173,228,140); }

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

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

 a { background-color: rgb(173,228,140); }

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

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

 span { border-color: rgb(173,228,140); }

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