Html Css Color HEX #ADDD81 Feijoa

📋 copy color: '#ADDD81'

red 173 ◦ green 221 ◦ blue 129

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

Shades of Feijoa #ADDD81

Tints of Feijoa #ADDD81

RGB

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

 GREEN value IS 221 (86.72% from 255) = 42.26%

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

R = 33.08%
G = 42.26%
B = 24.67%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.42

 K value IS 0.13

RGB Variations

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

Color information

#ADDD81 (or 0xADDD81) is known color: Feijoa. HEX triplet: AD, DD and 81. RGB value is (173,221,129). Sum of RGB (Red+Green+Blue) = 173+221+129=523 (69% of max value = 765). Red value is 173 (67.97% from 255 or 33.08% from 523); Green value is 221 (86.72% from 255 or 42.26% from 523); Blue value is 129 (50.78% from 255 or 24.67% from 523); Max value from RGB is 221 - color contains mainly: green. Hex color #ADDD81 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ADDD81 is #52227E. Grayscale: #C4C4C4. Windows color (decimal): -5382783 or 8510893. OLE color: 8510893.

HSL color Cylindrical-coordinate representation of color #ADDD81: hue angle of 91.3º degrees, saturation: 0.57, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #ADDD81 is Cyan = 0.22, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.13.

Color convert

RGB 173 221 129 -
CMYK 0.22 0 0.42 0.13
HSL 91.3º 0.58% 0.69% -
HSV(B) 91.3º 0.42% 0.87% -
XYZ 47.05 62.18 30.29 -
YUV 196.16 90.1 111.48 -
System Red Green Blue C M Y K H S L
Decimal 173 221 129 0.22 0 0.42 0.13 91.3 0.58 0.69
Hex AD DD 81 16 0 2A D 5B 3A 45
Octal 255 335 201 26 0 52 15 133 72 105
Binary 10101101 11011101 10000001 10110 0 101010 1101 1011011 111010 1000101

Color Harmonies of #ADDD81

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADDD81

Black with #ADDD81

Text Example


Text Example

White with #ADDD81

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADDD81; }

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

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

background-color css

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

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

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

border-color css

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

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

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