Html Css Color HEX #ACD191 Feijoa

📋 copy color: '#ACD191'

red 172 ◦ green 209 ◦ blue 145

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

Shades of Feijoa #ACD191

Tints of Feijoa #ACD191

RGB

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

 GREEN value IS 209 (82.03% from 255) = 39.73%

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

R = 32.7%
G = 39.73%
B = 27.57%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.31

 K value IS 0.18

RGB Variations

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

Color information

#ACD191 (or 0xACD191) is known color: Feijoa. HEX triplet: AC, D1 and 91. RGB value is (172,209,145). Sum of RGB (Red+Green+Blue) = 172+209+145=526 (69% of max value = 765). Red value is 172 (67.58% from 255 or 32.70% from 526); Green value is 209 (82.03% from 255 or 39.73% from 526); Blue value is 145 (57.03% from 255 or 27.57% from 526); Max value from RGB is 209 - color contains mainly: green. Hex color #ACD191 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACD191 is #532E6E. Grayscale: #BEBEBE. Windows color (decimal): -5451375 or 9556396. OLE color: 9556396.

HSL color Cylindrical-coordinate representation of color #ACD191: hue angle of 94.69º degrees, saturation: 0.41, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #ACD191 is Cyan = 0.18, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.18.

Color convert

RGB 172 209 145 -
CMYK 0.18 0 0.31 0.18
HSL 94.69º 0.41% 0.69% -
HSV(B) 94.69º 0.31% 0.82% -
XYZ 44.92 56.42 35.31 -
YUV 190.64 102.24 114.7 -
System Red Green Blue C M Y K H S L
Decimal 172 209 145 0.18 0 0.31 0.18 94.69 0.41 0.69
Hex AC D1 91 12 0 1F 12 5F 29 45
Octal 254 321 221 22 0 37 22 137 51 105
Binary 10101100 11010001 10010001 10010 0 11111 10010 1011111 101001 1000101

Color Harmonies of #ACD191

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACD191

Black with #ACD191

Text Example


Text Example

White with #ACD191

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACD191; }

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

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

background-color css

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

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

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

border-color css

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

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

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