#ADEE75

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

Shades of Feijoa #ADEE75

Tints of Feijoa #ADEE75

Color information

#ADEE75 (or 0xADEE75) is unknown color: approx Feijoa. HEX triplet: AD, EE and 75. RGB value is (173,238,117). Sum of RGB (Red+Green+Blue) = 173+238+117=528 (69% of max value = 765). Red value is 173 (67.97% from 255 or 32.77% from 528); Green value is 238 (93.36% from 255 or 45.08% from 528); Blue value is 117 (46.09% from 255 or 22.16% from 528); Max value from RGB is 238 - color contains mainly: green. Hex color #ADEE75 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #ADEE75 is #52118A. Grayscale: #CDCDCD. Windows color (decimal): -5378443 or 7728813. OLE color: 7728813.

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

Color convert

RGB173238117-
CMYK0.2700.510.07
HSL92.23º78.06%69.61%-
HSV(B)92.23º50.84%93.33%-
XYZ51.0271.3227.91-
YUV204.7778.47105.34-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 32.77%
GREEN value IS 238 (93.36% from 255) = 45.08%
BLUE value IS 117 (46.09% from 255) = 22.16%
R=32.77%
G=45.08%
B=22.16%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1732381170.2700.510.0792.2378.0669.61
HexADEE751B03375c4e46
Octal255356165330637134116106
Binary10101101111011101110101110110110011111101110010011101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADEE75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADEE75; }

 p { color: rgb(173,238,117); }

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

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

 a { background-color: rgb(173,238,117); }

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

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

 span { border-color: rgb(173,238,117); }

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