Html Css Color HEX #ACD791 Feijoa

📋 copy color: '#ACD791'

red 172 ◦ green 215 ◦ blue 145

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

Shades of Feijoa #ACD791

Tints of Feijoa #ACD791

RGB

 RED value IS 172 (67.58% from 255) = 32.33%

 GREEN value IS 215 (84.38% from 255) = 40.41%

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

R = 32.33%
G = 40.41%
B = 27.26%

CMYK

 C value IS 0.2

 M value IS 0

 Y value IS 0.33

 K value IS 0.16

RGB Variations

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

Color information

#ACD791 (or 0xACD791) is known color: Feijoa. HEX triplet: AC, D7 and 91. RGB value is (172,215,145). Sum of RGB (Red+Green+Blue) = 172+215+145=532 (70% of max value = 765). Red value is 172 (67.58% from 255 or 32.33% from 532); Green value is 215 (84.38% from 255 or 40.41% from 532); Blue value is 145 (57.03% from 255 or 27.26% from 532); Max value from RGB is 215 - color contains mainly: green. Hex color #ACD791 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACD791 is #53286E. Grayscale: #C2C2C2. Windows color (decimal): -5449839 or 9557932. OLE color: 9557932.

HSL color Cylindrical-coordinate representation of color #ACD791: hue angle of 96.86º degrees, saturation: 0.47, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #ACD791 is Cyan = 0.2, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.16.

Color convert

RGB 172 215 145 -
CMYK 0.2 0 0.33 0.16
HSL 96.86º 0.47% 0.71% -
HSV(B) 96.86º 0.33% 0.84% -
XYZ 46.42 59.42 35.81 -
YUV 194.16 100.25 112.19 -
System Red Green Blue C M Y K H S L
Decimal 172 215 145 0.2 0 0.33 0.16 96.86 0.47 0.71
Hex AC D7 91 14 0 21 10 61 2F 47
Octal 254 327 221 24 0 41 20 141 57 107
Binary 10101100 11010111 10010001 10100 0 100001 10000 1100001 101111 1000111

Color Harmonies of #ACD791

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACD791

Black with #ACD791

Text Example


Text Example

White with #ACD791

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACD791; }

 p { color: rgb(172,215,145); }

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

background-color css

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

 a { background-color: rgb(172,215,145); }

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

border-color css

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

 span { border-color: rgb(172,215,145); }

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