Html Css Color HEX #ACD996 Feijoa

📋 copy color: '#ACD996'

red 172 ◦ green 217 ◦ blue 150

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

Shades of Feijoa #ACD996

Tints of Feijoa #ACD996

RGB

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

 GREEN value IS 217 (85.16% from 255) = 40.26%

 BLUE value IS 150 (58.98% from 255) = 27.83%

R = 31.91%
G = 40.26%
B = 27.83%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.31

 K value IS 0.15

RGB Variations

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

Color information

#ACD996 (or 0xACD996) is known color: Feijoa. HEX triplet: AC, D9 and 96. RGB value is (172,217,150). Sum of RGB (Red+Green+Blue) = 172+217+150=539 (71% of max value = 765). Red value is 172 (67.58% from 255 or 31.91% from 539); Green value is 217 (85.16% from 255 or 40.26% from 539); Blue value is 150 (58.98% from 255 or 27.83% from 539); Max value from RGB is 217 - color contains mainly: green. Hex color #ACD996 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACD996 is #532669. Grayscale: #C4C4C4. Windows color (decimal): -5449322 or 9886124. OLE color: 9886124.

HSL color Cylindrical-coordinate representation of color #ACD996: hue angle of 100.3º degrees, saturation: 0.47, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #ACD996 is Cyan = 0.21, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.15.

Color convert

RGB 172 217 150 -
CMYK 0.21 0 0.31 0.15
HSL 100.3º 0.47% 0.72% -
HSV(B) 100.3º 0.31% 0.85% -
XYZ 47.33 60.6 38.06 -
YUV 195.91 102.09 110.95 -
System Red Green Blue C M Y K H S L
Decimal 172 217 150 0.21 0 0.31 0.15 100.3 0.47 0.72
Hex AC D9 96 15 0 1F F 64 2F 48
Octal 254 331 226 25 0 37 17 144 57 110
Binary 10101100 11011001 10010110 10101 0 11111 1111 1100100 101111 1001000

Color Harmonies of #ACD996

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACD996

Black with #ACD996

Text Example


Text Example

White with #ACD996

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACD996; }

 p { color: rgb(172,217,150); }

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

background-color css

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

 a { background-color: rgb(172,217,150); }

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

border-color css

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

 span { border-color: rgb(172,217,150); }

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