Html Css Color HEX #ADD297 Feijoa

📋 copy color: '#ADD297'

red 173 ◦ green 210 ◦ blue 151

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

Shades of Feijoa #ADD297

Tints of Feijoa #ADD297

RGB

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

 GREEN value IS 210 (82.42% from 255) = 39.33%

 BLUE value IS 151 (59.38% from 255) = 28.28%

R = 32.4%
G = 39.33%
B = 28.28%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.28

 K value IS 0.18

RGB Variations

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

Color information

#ADD297 (or 0xADD297) is known color: Feijoa. HEX triplet: AD, D2 and 97. RGB value is (173,210,151). Sum of RGB (Red+Green+Blue) = 173+210+151=534 (70% of max value = 765). Red value is 173 (67.97% from 255 or 32.40% from 534); Green value is 210 (82.42% from 255 or 39.33% from 534); Blue value is 151 (59.38% from 255 or 28.28% from 534); Max value from RGB is 210 - color contains mainly: green. Hex color #ADD297 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ADD297 is #522D68. Grayscale: #C0C0C0. Windows color (decimal): -5385577 or 9949869. OLE color: 9949869.

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

Color convert

RGB 173 210 151 -
CMYK 0.18 0 0.28 0.18
HSL 97.63º 0.4% 0.71% -
HSV(B) 97.63º 0.28% 0.82% -
XYZ 45.87 57.21 37.9 -
YUV 192.21 104.74 114.3 -
System Red Green Blue C M Y K H S L
Decimal 173 210 151 0.18 0 0.28 0.18 97.63 0.4 0.71
Hex AD D2 97 12 0 1C 12 62 28 47
Octal 255 322 227 22 0 34 22 142 50 107
Binary 10101101 11010010 10010111 10010 0 11100 10010 1100010 101000 1000111

Color Harmonies of #ADD297

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADD297

Black with #ADD297

Text Example


Text Example

White with #ADD297

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADD297; }

 p { color: rgb(173,210,151); }

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

background-color css

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

 a { background-color: rgb(173,210,151); }

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

border-color css

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

 span { border-color: rgb(173,210,151); }

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