Html Css Color HEX #ADD691 Feijoa

📋 copy color: '#ADD691'

red 173 ◦ green 214 ◦ blue 145

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

Shades of Feijoa #ADD691

Tints of Feijoa #ADD691

RGB

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

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

 BLUE value IS 145 (57.03% from 255) = 27.26%

R = 32.52%
G = 40.23%
B = 27.26%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.32

 K value IS 0.16

RGB Variations

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

Color information

#ADD691 (or 0xADD691) is known color: Feijoa. HEX triplet: AD, D6 and 91. RGB value is (173,214,145). Sum of RGB (Red+Green+Blue) = 173+214+145=532 (70% of max value = 765). Red value is 173 (67.97% from 255 or 32.52% from 532); Green value is 214 (83.98% from 255 or 40.23% from 532); Blue value is 145 (57.03% from 255 or 27.26% from 532); Max value from RGB is 214 - color contains mainly: green. Hex color #ADD691 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ADD691 is #52296E. Grayscale: #C2C2C2. Windows color (decimal): -5384559 or 9557677. OLE color: 9557677.

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

Color convert

RGB 173 214 145 -
CMYK 0.19 0 0.32 0.16
HSL 95.65º 0.46% 0.7% -
HSV(B) 95.65º 0.32% 0.84% -
XYZ 46.39 59.02 35.74 -
YUV 193.88 100.42 113.11 -
System Red Green Blue C M Y K H S L
Decimal 173 214 145 0.19 0 0.32 0.16 95.65 0.46 0.7
Hex AD D6 91 13 0 20 10 60 2E 46
Octal 255 326 221 23 0 40 20 140 56 106
Binary 10101101 11010110 10010001 10011 0 100000 10000 1100000 101110 1000110

Color Harmonies of #ADD691

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADD691

Black with #ADD691

Text Example


Text Example

White with #ADD691

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADD691; }

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

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

background-color css

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

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

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

border-color css

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

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

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