Html Css Color HEX #ACD691 Feijoa

📋 copy color: '#ACD691'

red 172 ◦ green 214 ◦ blue 145

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

Shades of Feijoa #ACD691

Tints of Feijoa #ACD691

RGB

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

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

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

R = 32.39%
G = 40.3%
B = 27.31%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.32

 K value IS 0.16

RGB Variations

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

Color information

#ACD691 (or 0xACD691) is known color: Feijoa. HEX triplet: AC, D6 and 91. RGB value is (172,214,145). Sum of RGB (Red+Green+Blue) = 172+214+145=531 (70% of max value = 765). Red value is 172 (67.58% from 255 or 32.39% from 531); Green value is 214 (83.98% from 255 or 40.30% from 531); Blue value is 145 (57.03% from 255 or 27.31% from 531); Max value from RGB is 214 - color contains mainly: green. Hex color #ACD691 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACD691 is #53296E. Grayscale: #C1C1C1. Windows color (decimal): -5450095 or 9557676. OLE color: 9557676.

HSL color Cylindrical-coordinate representation of color #ACD691: hue angle of 96.52º 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 #ACD691 is Cyan = 0.20, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.16.

Color convert

RGB 172 214 145 -
CMYK 0.20 0 0.32 0.16
HSL 96.52º 0.46% 0.7% -
HSV(B) 96.52º 0.32% 0.84% -
XYZ 46.17 58.91 35.73 -
YUV 193.58 100.59 112.61 -
System Red Green Blue C M Y K H S L
Decimal 172 214 145 0.20 0 0.32 0.16 96.52 0.46 0.7
Hex AC D6 91 14 0 20 10 61 2E 46
Octal 254 326 221 24 0 40 20 141 56 106
Binary 10101100 11010110 10010001 10100 0 100000 10000 1100001 101110 1000110

Color Harmonies of #ACD691

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACD691

Black with #ACD691

Text Example


Text Example

White with #ACD691

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACD691; }

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

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

background-color css

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

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

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

border-color css

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

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

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