Html Css Color HEX #ADD081 Feijoa

📋 copy color: '#ADD081'

red 173 ◦ green 208 ◦ blue 129

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

Shades of Feijoa #ADD081

Tints of Feijoa #ADD081

RGB

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

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

 BLUE value IS 129 (50.78% from 255) = 25.29%

R = 33.92%
G = 40.78%
B = 25.29%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.38

 K value IS 0.18

RGB Variations

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

Color information

#ADD081 (or 0xADD081) is known color: Feijoa. HEX triplet: AD, D0 and 81. RGB value is (173,208,129). Sum of RGB (Red+Green+Blue) = 173+208+129=510 (67% of max value = 765). Red value is 173 (67.97% from 255 or 33.92% from 510); Green value is 208 (81.64% from 255 or 40.78% from 510); Blue value is 129 (50.78% from 255 or 25.29% from 510); Max value from RGB is 208 - color contains mainly: green. Hex color #ADD081 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ADD081 is #522F7E. Grayscale: #BCBCBC. Windows color (decimal): -5386111 or 8507565. OLE color: 8507565.

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

Color convert

RGB 173 208 129 -
CMYK 0.17 0 0.38 0.18
HSL 86.58º 0.46% 0.66% -
HSV(B) 86.58º 0.38% 0.82% -
XYZ 43.75 55.58 29.19 -
YUV 188.53 94.4 116.92 -
System Red Green Blue C M Y K H S L
Decimal 173 208 129 0.17 0 0.38 0.18 86.58 0.46 0.66
Hex AD D0 81 11 0 26 12 57 2E 42
Octal 255 320 201 21 0 46 22 127 56 102
Binary 10101101 11010000 10000001 10001 0 100110 10010 1010111 101110 1000010

Color Harmonies of #ADD081

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADD081

Black with #ADD081

Text Example


Text Example

White with #ADD081

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADD081; }

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

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

background-color css

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

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

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

border-color css

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

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

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