Html Css Color HEX #ADD083 Feijoa

📋 copy color: '#ADD083'

red 173 ◦ green 208 ◦ blue 131

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

Shades of Feijoa #ADD083

Tints of Feijoa #ADD083

RGB

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

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

 BLUE value IS 131 (51.56% from 255) = 25.59%

R = 33.79%
G = 40.63%
B = 25.59%

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

#ADD083 (or 0xADD083) is known color: Feijoa. HEX triplet: AD, D0 and 83. RGB value is (173,208,131). Sum of RGB (Red+Green+Blue) = 173+208+131=512 (67% of max value = 765). Red value is 173 (67.97% from 255 or 33.79% from 512); Green value is 208 (81.64% from 255 or 40.62% from 512); Blue value is 131 (51.56% from 255 or 25.59% from 512); Max value from RGB is 208 - color contains mainly: green. Hex color #ADD083 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ADD083 is #522F7C. Grayscale: #BDBDBD. Windows color (decimal): -5386109 or 8638637. OLE color: 8638637.

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

Color convert

RGB 173 208 131 -
CMYK 0.17 0 0.37 0.18
HSL 87.27º 0.45% 0.66% -
HSV(B) 87.27º 0.37% 0.82% -
XYZ 43.89 55.63 29.9 -
YUV 188.76 95.4 116.76 -
System Red Green Blue C M Y K H S L
Decimal 173 208 131 0.17 0 0.37 0.18 87.27 0.45 0.66
Hex AD D0 83 11 0 25 12 57 2D 42
Octal 255 320 203 21 0 45 22 127 55 102
Binary 10101101 11010000 10000011 10001 0 100101 10010 1010111 101101 1000010

Color Harmonies of #ADD083

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADD083

Black with #ADD083

Text Example


Text Example

White with #ADD083

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADD083; }

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

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

background-color css

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

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

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

border-color css

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

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

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