Html Css Color HEX #ADD699 Feijoa

📋 copy color: '#ADD699'

red 173 ◦ green 214 ◦ blue 153

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

Shades of Feijoa #ADD699

Tints of Feijoa #ADD699

RGB

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

 GREEN value IS 214 (83.98% from 255) = 39.63%

 BLUE value IS 153 (60.16% from 255) = 28.33%

R = 32.04%
G = 39.63%
B = 28.33%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.29

 K value IS 0.16

RGB Variations

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

Color information

#ADD699 (or 0xADD699) is known color: Feijoa. HEX triplet: AD, D6 and 99. RGB value is (173,214,153). Sum of RGB (Red+Green+Blue) = 173+214+153=540 (71% of max value = 765). Red value is 173 (67.97% from 255 or 32.04% from 540); Green value is 214 (83.98% from 255 or 39.63% from 540); Blue value is 153 (60.16% from 255 or 28.33% from 540); Max value from RGB is 214 - color contains mainly: green. Hex color #ADD699 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ADD699 is #522966. Grayscale: #C2C2C2. Windows color (decimal): -5384551 or 10081965. OLE color: 10081965.

HSL color Cylindrical-coordinate representation of color #ADD699: hue angle of 100.33º degrees, saturation: 0.43, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #ADD699 is Cyan = 0.19, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.16.

Color convert

RGB 173 214 153 -
CMYK 0.19 0 0.29 0.16
HSL 100.33º 0.43% 0.72% -
HSV(B) 100.33º 0.29% 0.84% -
XYZ 47.03 59.28 39.1 -
YUV 194.79 104.42 112.46 -
System Red Green Blue C M Y K H S L
Decimal 173 214 153 0.19 0 0.29 0.16 100.33 0.43 0.72
Hex AD D6 99 13 0 1D 10 64 2B 48
Octal 255 326 231 23 0 35 20 144 53 110
Binary 10101101 11010110 10011001 10011 0 11101 10000 1100100 101011 1001000

Color Harmonies of #ADD699

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADD699

Black with #ADD699

Text Example


Text Example

White with #ADD699

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADD699; }

 p { color: rgb(173,214,153); }

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

background-color css

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

 a { background-color: rgb(173,214,153); }

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

border-color css

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

 span { border-color: rgb(173,214,153); }

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