Html Css Color HEX #ADD697 Feijoa

📋 copy color: '#ADD697'

red 173 ◦ green 214 ◦ blue 151

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

Shades of Feijoa #ADD697

Tints of Feijoa #ADD697

RGB

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

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

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

R = 32.16%
G = 39.78%
B = 28.07%

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

#ADD697 (or 0xADD697) is known color: Feijoa. HEX triplet: AD, D6 and 97. RGB value is (173,214,151). Sum of RGB (Red+Green+Blue) = 173+214+151=538 (71% of max value = 765). Red value is 173 (67.97% from 255 or 32.16% from 538); Green value is 214 (83.98% from 255 or 39.78% from 538); Blue value is 151 (59.38% from 255 or 28.07% from 538); Max value from RGB is 214 - color contains mainly: green. Hex color #ADD697 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ADD697 is #522968. Grayscale: #C2C2C2. Windows color (decimal): -5384553 or 9950893. OLE color: 9950893.

HSL color Cylindrical-coordinate representation of color #ADD697: hue angle of 99.05º 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 #ADD697 is Cyan = 0.19, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.16.

Color convert

RGB 173 214 151 -
CMYK 0.19 0 0.29 0.16
HSL 99.05º 0.43% 0.72% -
HSV(B) 99.05º 0.29% 0.84% -
XYZ 46.87 59.21 38.24 -
YUV 194.56 103.42 112.62 -
System Red Green Blue C M Y K H S L
Decimal 173 214 151 0.19 0 0.29 0.16 99.05 0.43 0.72
Hex AD D6 97 13 0 1D 10 63 2B 48
Octal 255 326 227 23 0 35 20 143 53 110
Binary 10101101 11010110 10010111 10011 0 11101 10000 1100011 101011 1001000

Color Harmonies of #ADD697

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADD697

Black with #ADD697

Text Example


Text Example

White with #ADD697

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADD697; }

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

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

background-color css

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

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

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

border-color css

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

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

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