Html Css Color HEX #ACD091 Feijoa

📋 copy color: '#ACD091'

red 172 ◦ green 208 ◦ blue 145

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

Shades of Feijoa #ACD091

Tints of Feijoa #ACD091

RGB

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

 GREEN value IS 208 (81.64% from 255) = 39.62%

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

R = 32.76%
G = 39.62%
B = 27.62%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.30

 K value IS 0.18

RGB Variations

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

Color information

#ACD091 (or 0xACD091) is known color: Feijoa. HEX triplet: AC, D0 and 91. RGB value is (172,208,145). Sum of RGB (Red+Green+Blue) = 172+208+145=525 (69% of max value = 765). Red value is 172 (67.58% from 255 or 32.76% from 525); Green value is 208 (81.64% from 255 or 39.62% from 525); Blue value is 145 (57.03% from 255 or 27.62% from 525); Max value from RGB is 208 - color contains mainly: green. Hex color #ACD091 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACD091 is #532F6E. Grayscale: #BEBEBE. Windows color (decimal): -5451631 or 9556140. OLE color: 9556140.

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

Color convert

RGB 172 208 145 -
CMYK 0.17 0 0.30 0.18
HSL 94.29º 0.4% 0.69% -
HSV(B) 94.29º 0.3% 0.82% -
XYZ 44.68 55.93 35.23 -
YUV 190.05 102.57 115.12 -
System Red Green Blue C M Y K H S L
Decimal 172 208 145 0.17 0 0.30 0.18 94.29 0.4 0.69
Hex AC D0 91 11 0 1E 12 5E 28 45
Octal 254 320 221 21 0 36 22 136 50 105
Binary 10101100 11010000 10010001 10001 0 11110 10010 1011110 101000 1000101

Color Harmonies of #ACD091

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACD091

Black with #ACD091

Text Example


Text Example

White with #ACD091

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACD091; }

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

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

background-color css

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

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

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

border-color css

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

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

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