Html Css Color HEX #ADD194 Feijoa

📋 copy color: '#ADD194'

red 173 ◦ green 209 ◦ blue 148

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

Shades of Feijoa #ADD194

Tints of Feijoa #ADD194

RGB

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

 GREEN value IS 209 (82.03% from 255) = 39.43%

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

R = 32.64%
G = 39.43%
B = 27.92%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.29

 K value IS 0.18

RGB Variations

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

Color information

#ADD194 (or 0xADD194) is known color: Feijoa. HEX triplet: AD, D1 and 94. RGB value is (173,209,148). Sum of RGB (Red+Green+Blue) = 173+209+148=530 (70% of max value = 765). Red value is 173 (67.97% from 255 or 32.64% from 530); Green value is 209 (82.03% from 255 or 39.43% from 530); Blue value is 148 (58.20% from 255 or 27.92% from 530); Max value from RGB is 209 - color contains mainly: green. Hex color #ADD194 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ADD194 is #522E6B. Grayscale: #BFBFBF. Windows color (decimal): -5385836 or 9753005. OLE color: 9753005.

HSL color Cylindrical-coordinate representation of color #ADD194: hue angle of 95.41º degrees, saturation: 0.4, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #ADD194 is Cyan = 0.17, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.18.

Color convert

RGB 173 209 148 -
CMYK 0.17 0 0.29 0.18
HSL 95.41º 0.4% 0.7% -
HSV(B) 95.41º 0.29% 0.82% -
XYZ 45.38 56.62 36.55 -
YUV 191.28 103.57 114.96 -
System Red Green Blue C M Y K H S L
Decimal 173 209 148 0.17 0 0.29 0.18 95.41 0.4 0.7
Hex AD D1 94 11 0 1D 12 5F 28 46
Octal 255 321 224 21 0 35 22 137 50 106
Binary 10101101 11010001 10010100 10001 0 11101 10010 1011111 101000 1000110

Color Harmonies of #ADD194

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADD194

Black with #ADD194

Text Example


Text Example

White with #ADD194

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADD194; }

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

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

background-color css

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

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

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

border-color css

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

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

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