Html Css Color HEX #ACD291 Feijoa

📋 copy color: '#ACD291'

red 172 ◦ green 210 ◦ blue 145

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

Shades of Feijoa #ACD291

Tints of Feijoa #ACD291

RGB

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

 GREEN value IS 210 (82.42% from 255) = 39.85%

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

R = 32.64%
G = 39.85%
B = 27.51%

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

#ACD291 (or 0xACD291) is known color: Feijoa. HEX triplet: AC, D2 and 91. RGB value is (172,210,145). Sum of RGB (Red+Green+Blue) = 172+210+145=527 (69% of max value = 765). Red value is 172 (67.58% from 255 or 32.64% from 527); Green value is 210 (82.42% from 255 or 39.85% from 527); Blue value is 145 (57.03% from 255 or 27.51% from 527); Max value from RGB is 210 - color contains mainly: green. Hex color #ACD291 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACD291 is #532D6E. Grayscale: #BFBFBF. Windows color (decimal): -5451119 or 9556652. OLE color: 9556652.

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

Color convert

RGB 172 210 145 -
CMYK 0.18 0 0.31 0.18
HSL 95.08º 0.42% 0.7% -
HSV(B) 95.08º 0.31% 0.82% -
XYZ 45.17 56.91 35.39 -
YUV 191.23 101.91 114.29 -
System Red Green Blue C M Y K H S L
Decimal 172 210 145 0.18 0 0.31 0.18 95.08 0.42 0.7
Hex AC D2 91 12 0 1F 12 5F 2A 46
Octal 254 322 221 22 0 37 22 137 52 106
Binary 10101100 11010010 10010001 10010 0 11111 10010 1011111 101010 1000110

Color Harmonies of #ACD291

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACD291

Black with #ACD291

Text Example


Text Example

White with #ACD291

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACD291; }

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

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

background-color css

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

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

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

border-color css

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

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

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