#ADEC78

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

Shades of Feijoa #ADEC78

Tints of Feijoa #ADEC78

Color information

#ADEC78 (or 0xADEC78) is unknown color: approx Feijoa. HEX triplet: AD, EC and 78. RGB value is (173,236,120). Sum of RGB (Red+Green+Blue) = 173+236+120=529 (70% of max value = 765). Red value is 173 (67.97% from 255 or 32.70% from 529); Green value is 236 (92.58% from 255 or 44.61% from 529); Blue value is 120 (47.27% from 255 or 22.68% from 529); Max value from RGB is 236 - color contains mainly: green. Hex color #ADEC78 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #ADEC78 is #521387. Grayscale: #CCCCCC. Windows color (decimal): -5378952 or 7924909. OLE color: 7924909.

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

Color convert

RGB173236120-
CMYK0.2700.490.07
HSL92.59º75.32%69.8%-
HSV(B)92.59º49.15%92.55%-
XYZ50.6270.2328.66-
YUV203.9480.63105.93-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 32.70%
GREEN value IS 236 (92.58% from 255) = 44.61%
BLUE value IS 120 (47.27% from 255) = 22.68%
R=32.70%
G=44.61%
B=22.68%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1732361200.2700.490.0792.5975.3269.8
HexADEC781B03175d4b46
Octal255354170330617135113106
Binary10101101111011001111000110110110001111101110110010111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADEC78

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADEC78; }

 p { color: rgb(173,236,120); }

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

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

 a { background-color: rgb(173,236,120); }

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

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

 span { border-color: rgb(173,236,120); }

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