Html Css Color HEX #ADD985 Feijoa

📋 copy color: '#ADD985'

red 173 ◦ green 217 ◦ blue 133

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

Shades of Feijoa #ADD985

Tints of Feijoa #ADD985

RGB

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

 GREEN value IS 217 (85.16% from 255) = 41.49%

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

R = 33.08%
G = 41.49%
B = 25.43%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.39

 K value IS 0.15

RGB Variations

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

Color information

#ADD985 (or 0xADD985) is known color: Feijoa. HEX triplet: AD, D9 and 85. RGB value is (173,217,133). Sum of RGB (Red+Green+Blue) = 173+217+133=523 (69% of max value = 765). Red value is 173 (67.97% from 255 or 33.08% from 523); Green value is 217 (85.16% from 255 or 41.49% from 523); Blue value is 133 (52.34% from 255 or 25.43% from 523); Max value from RGB is 217 - color contains mainly: green. Hex color #ADD985 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ADD985 is #52267A. Grayscale: #C2C2C2. Windows color (decimal): -5383803 or 8772013. OLE color: 8772013.

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

Color convert

RGB 173 217 133 -
CMYK 0.20 0 0.39 0.15
HSL 91.43º 0.53% 0.69% -
HSV(B) 91.43º 0.39% 0.85% -
XYZ 46.28 60.2 31.37 -
YUV 194.27 93.42 112.83 -
System Red Green Blue C M Y K H S L
Decimal 173 217 133 0.20 0 0.39 0.15 91.43 0.53 0.69
Hex AD D9 85 14 0 27 F 5B 34 45
Octal 255 331 205 24 0 47 17 133 64 105
Binary 10101101 11011001 10000101 10100 0 100111 1111 1011011 110100 1000101

Color Harmonies of #ADD985

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADD985

Black with #ADD985

Text Example


Text Example

White with #ADD985

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADD985; }

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

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

background-color css

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

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

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

border-color css

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

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

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