Html Css Color HEX #ADDA94 Feijoa

📋 copy color: '#ADDA94'

red 173 ◦ green 218 ◦ blue 148

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

Shades of Feijoa #ADDA94

Tints of Feijoa #ADDA94

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 27.46%

R = 32.1%
G = 40.45%
B = 27.46%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.32

 K value IS 0.15

RGB Variations

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

Color information

#ADDA94 (or 0xADDA94) is known color: Feijoa. HEX triplet: AD, DA and 94. RGB value is (173,218,148). Sum of RGB (Red+Green+Blue) = 173+218+148=539 (71% of max value = 765). Red value is 173 (67.97% from 255 or 32.10% from 539); Green value is 218 (85.55% from 255 or 40.45% from 539); Blue value is 148 (58.20% from 255 or 27.46% from 539); Max value from RGB is 218 - color contains mainly: green. Hex color #ADDA94 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ADDA94 is #52256B. Grayscale: #C4C4C4. Windows color (decimal): -5383532 or 9755309. OLE color: 9755309.

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

Color convert

RGB 173 218 148 -
CMYK 0.21 0 0.32 0.15
HSL 98.57º 0.49% 0.72% -
HSV(B) 98.57º 0.32% 0.85% -
XYZ 47.65 61.17 37.31 -
YUV 196.57 100.59 111.19 -
System Red Green Blue C M Y K H S L
Decimal 173 218 148 0.21 0 0.32 0.15 98.57 0.49 0.72
Hex AD DA 94 15 0 20 F 63 31 48
Octal 255 332 224 25 0 40 17 143 61 110
Binary 10101101 11011010 10010100 10101 0 100000 1111 1100011 110001 1001000

Color Harmonies of #ADDA94

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADDA94

Black with #ADDA94

Text Example


Text Example

White with #ADDA94

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADDA94; }

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

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

background-color css

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

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

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

border-color css

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

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

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