Html Css Color HEX #ADD085 Feijoa

📋 copy color: '#ADD085'

red 173 ◦ green 208 ◦ blue 133

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

Shades of Feijoa #ADD085

Tints of Feijoa #ADD085

RGB

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

 GREEN value IS 208 (81.64% from 255) = 40.47%

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

R = 33.66%
G = 40.47%
B = 25.88%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.36

 K value IS 0.18

RGB Variations

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

Color information

#ADD085 (or 0xADD085) is known color: Feijoa. HEX triplet: AD, D0 and 85. RGB value is (173,208,133). Sum of RGB (Red+Green+Blue) = 173+208+133=514 (68% of max value = 765). Red value is 173 (67.97% from 255 or 33.66% from 514); Green value is 208 (81.64% from 255 or 40.47% from 514); Blue value is 133 (52.34% from 255 or 25.88% from 514); Max value from RGB is 208 - color contains mainly: green. Hex color #ADD085 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ADD085 is #522F7A. Grayscale: #BDBDBD. Windows color (decimal): -5386107 or 8769709. OLE color: 8769709.

HSL color Cylindrical-coordinate representation of color #ADD085: hue angle of 88º degrees, saturation: 0.44, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #ADD085 is Cyan = 0.17, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.18.

Color convert

RGB 173 208 133 -
CMYK 0.17 0 0.36 0.18
HSL 88º 0.44% 0.67% -
HSV(B) 88º 0.36% 0.82% -
XYZ 44.02 55.69 30.62 -
YUV 188.99 96.4 116.6 -
System Red Green Blue C M Y K H S L
Decimal 173 208 133 0.17 0 0.36 0.18 88 0.44 0.67
Hex AD D0 85 11 0 24 12 58 2C 43
Octal 255 320 205 21 0 44 22 130 54 103
Binary 10101101 11010000 10000101 10001 0 100100 10010 1011000 101100 1000011

Color Harmonies of #ADD085

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADD085

Black with #ADD085

Text Example


Text Example

White with #ADD085

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADD085; }

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

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

background-color css

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

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

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

border-color css

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

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

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