Html Css Color HEX #ACD98F Feijoa

📋 copy color: '#ACD98F'

red 172 ◦ green 217 ◦ blue 143

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

Shades of Feijoa #ACD98F

Tints of Feijoa #ACD98F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 26.88%

R = 32.33%
G = 40.79%
B = 26.88%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.34

 K value IS 0.15

RGB Variations

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

Color information

#ACD98F (or 0xACD98F) is known color: Feijoa. HEX triplet: AC, D9 and 8F. RGB value is (172,217,143). Sum of RGB (Red+Green+Blue) = 172+217+143=532 (70% of max value = 765). Red value is 172 (67.58% from 255 or 32.33% from 532); Green value is 217 (85.16% from 255 or 40.79% from 532); Blue value is 143 (56.25% from 255 or 26.88% from 532); Max value from RGB is 217 - color contains mainly: green. Hex color #ACD98F is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACD98F is #532670. Grayscale: #C3C3C3. Windows color (decimal): -5449329 or 9427372. OLE color: 9427372.

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

Color convert

RGB 172 217 143 -
CMYK 0.21 0 0.34 0.15
HSL 96.49º 0.49% 0.71% -
HSV(B) 96.49º 0.34% 0.85% -
XYZ 46.78 60.38 35.18 -
YUV 195.11 98.59 111.52 -
System Red Green Blue C M Y K H S L
Decimal 172 217 143 0.21 0 0.34 0.15 96.49 0.49 0.71
Hex AC D9 8F 15 0 22 F 60 31 47
Octal 254 331 217 25 0 42 17 140 61 107
Binary 10101100 11011001 10001111 10101 0 100010 1111 1100000 110001 1000111

Color Harmonies of #ACD98F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACD98F

Black with #ACD98F

Text Example


Text Example

White with #ACD98F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACD98F; }

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

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

background-color css

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

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

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

border-color css

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

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

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