Html Css Color HEX #ADDD94 Feijoa

📋 copy color: '#ADDD94'

red 173 ◦ green 221 ◦ blue 148

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

Shades of Feijoa #ADDD94

Tints of Feijoa #ADDD94

RGB

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

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

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

R = 31.92%
G = 40.77%
B = 27.31%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.33

 K value IS 0.13

RGB Variations

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

Color information

#ADDD94 (or 0xADDD94) is known color: Feijoa. HEX triplet: AD, DD and 94. RGB value is (173,221,148). Sum of RGB (Red+Green+Blue) = 173+221+148=542 (71% of max value = 765). Red value is 173 (67.97% from 255 or 31.92% from 542); Green value is 221 (86.72% from 255 or 40.77% from 542); Blue value is 148 (58.20% from 255 or 27.31% from 542); Max value from RGB is 221 - color contains mainly: green. Hex color #ADDD94 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ADDD94 is #52226B. Grayscale: #C6C6C6. Windows color (decimal): -5382764 or 9756077. OLE color: 9756077.

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

Color convert

RGB 173 221 148 -
CMYK 0.22 0 0.33 0.13
HSL 99.45º 0.52% 0.72% -
HSV(B) 99.45º 0.33% 0.87% -
XYZ 48.44 62.74 37.57 -
YUV 198.33 99.6 109.94 -
System Red Green Blue C M Y K H S L
Decimal 173 221 148 0.22 0 0.33 0.13 99.45 0.52 0.72
Hex AD DD 94 16 0 21 D 63 34 48
Octal 255 335 224 26 0 41 15 143 64 110
Binary 10101101 11011101 10010100 10110 0 100001 1101 1100011 110100 1001000

Color Harmonies of #ADDD94

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADDD94

Black with #ADDD94

Text Example


Text Example

White with #ADDD94

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADDD94; }

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

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

background-color css

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

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

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

border-color css

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

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

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