Html Css Color HEX #ADD084 Feijoa

📋 copy color: '#ADD084'

red 173 ◦ green 208 ◦ blue 132

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

Shades of Feijoa #ADD084

Tints of Feijoa #ADD084

RGB

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

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

 BLUE value IS 132 (51.95% from 255) = 25.73%

R = 33.72%
G = 40.55%
B = 25.73%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.37

 K value IS 0.18

RGB Variations

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

Color information

#ADD084 (or 0xADD084) is known color: Feijoa. HEX triplet: AD, D0 and 84. RGB value is (173,208,132). Sum of RGB (Red+Green+Blue) = 173+208+132=513 (67% of max value = 765). Red value is 173 (67.97% from 255 or 33.72% from 513); Green value is 208 (81.64% from 255 or 40.55% from 513); Blue value is 132 (51.95% from 255 or 25.73% from 513); Max value from RGB is 208 - color contains mainly: green. Hex color #ADD084 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ADD084 is #522F7B. Grayscale: #BDBDBD. Windows color (decimal): -5386108 or 8704173. OLE color: 8704173.

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

Color convert

RGB 173 208 132 -
CMYK 0.17 0 0.37 0.18
HSL 87.63º 0.45% 0.67% -
HSV(B) 87.63º 0.37% 0.82% -
XYZ 43.95 55.66 30.26 -
YUV 188.87 95.9 116.68 -
System Red Green Blue C M Y K H S L
Decimal 173 208 132 0.17 0 0.37 0.18 87.63 0.45 0.67
Hex AD D0 84 11 0 25 12 58 2D 43
Octal 255 320 204 21 0 45 22 130 55 103
Binary 10101101 11010000 10000100 10001 0 100101 10010 1011000 101101 1000011

Color Harmonies of #ADD084

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADD084

Black with #ADD084

Text Example


Text Example

White with #ADD084

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADD084; }

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

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

background-color css

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

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

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

border-color css

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

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

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