Html Css Color HEX #ADDA71 Feijoa

📋 copy color: '#ADDA71'

red 173 ◦ green 218 ◦ blue 113

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

Shades of Feijoa #ADDA71

Tints of Feijoa #ADDA71

RGB

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

 GREEN value IS 218 (85.55% from 255) = 43.25%

 BLUE value IS 113 (44.53% from 255) = 22.42%

R = 34.33%
G = 43.25%
B = 22.42%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.48

 K value IS 0.15

RGB Variations

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

Color information

#ADDA71 (or 0xADDA71) is known color: Feijoa. HEX triplet: AD, DA and 71. RGB value is (173,218,113). Sum of RGB (Red+Green+Blue) = 173+218+113=504 (66% of max value = 765). Red value is 173 (67.97% from 255 or 34.33% from 504); Green value is 218 (85.55% from 255 or 43.25% from 504); Blue value is 113 (44.53% from 255 or 22.42% from 504); Max value from RGB is 218 - color contains mainly: green. Hex color #ADDA71 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ADDA71 is #52258E. Grayscale: #C0C0C0. Windows color (decimal): -5383567 or 7461549. OLE color: 7461549.

HSL color Cylindrical-coordinate representation of color #ADDA71: hue angle of 85.71º degrees, saturation: 0.59, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #ADDA71 is Cyan = 0.21, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.15.

Color convert

RGB 173 218 113 -
CMYK 0.21 0 0.48 0.15
HSL 85.71º 0.59% 0.65% -
HSV(B) 85.71º 0.48% 0.85% -
XYZ 45.29 60.22 24.86 -
YUV 192.58 83.09 114.04 -
System Red Green Blue C M Y K H S L
Decimal 173 218 113 0.21 0 0.48 0.15 85.71 0.59 0.65
Hex AD DA 71 15 0 30 F 56 3B 41
Octal 255 332 161 25 0 60 17 126 73 101
Binary 10101101 11011010 1110001 10101 0 110000 1111 1010110 111011 1000001

Color Harmonies of #ADDA71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADDA71

Black with #ADDA71

Text Example


Text Example

White with #ADDA71

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADDA71; }

 p { color: rgb(173,218,113); }

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

background-color css

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

 a { background-color: rgb(173,218,113); }

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

border-color css

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

 span { border-color: rgb(173,218,113); }

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