Html Css Color HEX #ADD885 Feijoa

📋 copy color: '#ADD885'

red 173 ◦ green 216 ◦ blue 133

#ADD885
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Feijoa #ADD885

Tints of Feijoa #ADD885

RGB

 RED value IS 173 (67.97% from 255) = 33.14%

 GREEN value IS 216 (84.77% from 255) = 41.38%

 BLUE value IS 133 (52.34% from 255) = 25.48%

R = 33.14%
G = 41.38%
B = 25.48%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.38

 K value IS 0.15

RGB Variations

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

Color information

#ADD885 (or 0xADD885) is known color: Feijoa. HEX triplet: AD, D8 and 85. RGB value is (173,216,133). Sum of RGB (Red+Green+Blue) = 173+216+133=522 (69% of max value = 765). Red value is 173 (67.97% from 255 or 33.14% from 522); Green value is 216 (84.77% from 255 or 41.38% from 522); Blue value is 133 (52.34% from 255 or 25.48% from 522); Max value from RGB is 216 - color contains mainly: green. Hex color #ADD885 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ADD885 is #52277A. Grayscale: #C1C1C1. Windows color (decimal): -5384059 or 8771757. OLE color: 8771757.

HSL color Cylindrical-coordinate representation of color #ADD885: hue angle of 91.08º degrees, saturation: 0.52, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #ADD885 is Cyan = 0.20, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.15.

Color convert

RGB 173 216 133 -
CMYK 0.20 0 0.38 0.15
HSL 91.08º 0.52% 0.68% -
HSV(B) 91.08º 0.38% 0.85% -
XYZ 46.02 59.69 31.29 -
YUV 193.68 93.75 113.25 -
System Red Green Blue C M Y K H S L
Decimal 173 216 133 0.20 0 0.38 0.15 91.08 0.52 0.68
Hex AD D8 85 14 0 26 F 5B 34 44
Octal 255 330 205 24 0 46 17 133 64 104
Binary 10101101 11011000 10000101 10100 0 100110 1111 1011011 110100 1000100

Color Harmonies of #ADD885

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADD885

Black with #ADD885

Text Example


Text Example

White with #ADD885

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADD885; }

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

 H1.HeaderClassName
 {
   color: #ADD885;
 }
 .AnyTagClassName
 {
   color: #ADD885;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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