Html Css Color HEX #ADD498 Feijoa

📋 copy color: '#ADD498'

red 173 ◦ green 212 ◦ blue 152

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

Shades of Feijoa #ADD498

Tints of Feijoa #ADD498

RGB

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

 GREEN value IS 212 (83.2% from 255) = 39.48%

 BLUE value IS 152 (59.77% from 255) = 28.31%

R = 32.22%
G = 39.48%
B = 28.31%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.28

 K value IS 0.17

RGB Variations

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

Color information

#ADD498 (or 0xADD498) is known color: Feijoa. HEX triplet: AD, D4 and 98. RGB value is (173,212,152). Sum of RGB (Red+Green+Blue) = 173+212+152=537 (71% of max value = 765). Red value is 173 (67.97% from 255 or 32.22% from 537); Green value is 212 (83.20% from 255 or 39.48% from 537); Blue value is 152 (59.77% from 255 or 28.31% from 537); Max value from RGB is 212 - color contains mainly: green. Hex color #ADD498 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ADD498 is #522B67. Grayscale: #C1C1C1. Windows color (decimal): -5385064 or 10015917. OLE color: 10015917.

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

Color convert

RGB 173 212 152 -
CMYK 0.18 0 0.28 0.17
HSL 99º 0.41% 0.71% -
HSV(B) 99º 0.28% 0.83% -
XYZ 46.44 58.24 38.5 -
YUV 193.5 104.58 113.38 -
System Red Green Blue C M Y K H S L
Decimal 173 212 152 0.18 0 0.28 0.17 99 0.41 0.71
Hex AD D4 98 12 0 1C 11 63 29 47
Octal 255 324 230 22 0 34 21 143 51 107
Binary 10101101 11010100 10011000 10010 0 11100 10001 1100011 101001 1000111

Color Harmonies of #ADD498

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADD498

Black with #ADD498

Text Example


Text Example

White with #ADD498

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADD498; }

 p { color: rgb(173,212,152); }

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

background-color css

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

 a { background-color: rgb(173,212,152); }

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

border-color css

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

 span { border-color: rgb(173,212,152); }

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