Html Css Color HEX #ADDB81 Feijoa

📋 copy color: '#ADDB81'

red 173 ◦ green 219 ◦ blue 129

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

Shades of Feijoa #ADDB81

Tints of Feijoa #ADDB81

RGB

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

 GREEN value IS 219 (85.94% from 255) = 42.03%

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

R = 33.21%
G = 42.03%
B = 24.76%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.41

 K value IS 0.14

RGB Variations

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

Color information

#ADDB81 (or 0xADDB81) is known color: Feijoa. HEX triplet: AD, DB and 81. RGB value is (173,219,129). Sum of RGB (Red+Green+Blue) = 173+219+129=521 (69% of max value = 765). Red value is 173 (67.97% from 255 or 33.21% from 521); Green value is 219 (85.94% from 255 or 42.03% from 521); Blue value is 129 (50.78% from 255 or 24.76% from 521); Max value from RGB is 219 - color contains mainly: green. Hex color #ADDB81 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ADDB81 is #52247E. Grayscale: #C3C3C3. Windows color (decimal): -5383295 or 8510381. OLE color: 8510381.

HSL color Cylindrical-coordinate representation of color #ADDB81: hue angle of 90.67º degrees, saturation: 0.56, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #ADDB81 is Cyan = 0.21, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.14.

Color convert

RGB 173 219 129 -
CMYK 0.21 0 0.41 0.14
HSL 90.67º 0.56% 0.68% -
HSV(B) 90.67º 0.41% 0.86% -
XYZ 46.53 61.13 30.12 -
YUV 194.99 90.76 112.32 -
System Red Green Blue C M Y K H S L
Decimal 173 219 129 0.21 0 0.41 0.14 90.67 0.56 0.68
Hex AD DB 81 15 0 29 E 5B 38 44
Octal 255 333 201 25 0 51 16 133 70 104
Binary 10101101 11011011 10000001 10101 0 101001 1110 1011011 111000 1000100

Color Harmonies of #ADDB81

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADDB81

Black with #ADDB81

Text Example


Text Example

White with #ADDB81

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADDB81; }

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

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

background-color css

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

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

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

border-color css

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

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

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