Html Css Color HEX #ACD794 Feijoa

📋 copy color: '#ACD794'

red 172 ◦ green 215 ◦ blue 148

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

Shades of Feijoa #ACD794

Tints of Feijoa #ACD794

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 27.66%

R = 32.15%
G = 40.19%
B = 27.66%

CMYK

 C value IS 0.2

 M value IS 0

 Y value IS 0.31

 K value IS 0.16

RGB Variations

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

Color information

#ACD794 (or 0xACD794) is known color: Feijoa. HEX triplet: AC, D7 and 94. RGB value is (172,215,148). Sum of RGB (Red+Green+Blue) = 172+215+148=535 (70% of max value = 765). Red value is 172 (67.58% from 255 or 32.15% from 535); Green value is 215 (84.38% from 255 or 40.19% from 535); Blue value is 148 (58.20% from 255 or 27.66% from 535); Max value from RGB is 215 - color contains mainly: green. Hex color #ACD794 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACD794 is #53286B. Grayscale: #C2C2C2. Windows color (decimal): -5449836 or 9754540. OLE color: 9754540.

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

Color convert

RGB 172 215 148 -
CMYK 0.2 0 0.31 0.16
HSL 98.51º 0.46% 0.71% -
HSV(B) 98.51º 0.31% 0.84% -
XYZ 46.66 59.51 37.04 -
YUV 194.51 101.75 111.95 -
System Red Green Blue C M Y K H S L
Decimal 172 215 148 0.2 0 0.31 0.16 98.51 0.46 0.71
Hex AC D7 94 14 0 1F 10 63 2E 47
Octal 254 327 224 24 0 37 20 143 56 107
Binary 10101100 11010111 10010100 10100 0 11111 10000 1100011 101110 1000111

Color Harmonies of #ACD794

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACD794

Black with #ACD794

Text Example


Text Example

White with #ACD794

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACD794; }

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

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

background-color css

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

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

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

border-color css

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

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

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