Html Css Color HEX #ACD98A Feijoa

📋 copy color: '#ACD98A'

red 172 ◦ green 217 ◦ blue 138

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

Shades of Feijoa #ACD98A

Tints of Feijoa #ACD98A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 26.19%

R = 32.64%
G = 41.18%
B = 26.19%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.36

 K value IS 0.15

RGB Variations

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

Color information

#ACD98A (or 0xACD98A) is known color: Feijoa. HEX triplet: AC, D9 and 8A. RGB value is (172,217,138). Sum of RGB (Red+Green+Blue) = 172+217+138=527 (69% of max value = 765). Red value is 172 (67.58% from 255 or 32.64% from 527); Green value is 217 (85.16% from 255 or 41.18% from 527); Blue value is 138 (54.30% from 255 or 26.19% from 527); Max value from RGB is 217 - color contains mainly: green. Hex color #ACD98A is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACD98A is #532675. Grayscale: #C2C2C2. Windows color (decimal): -5449334 or 9099692. OLE color: 9099692.

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

Color convert

RGB 172 217 138 -
CMYK 0.21 0 0.36 0.15
HSL 94.18º 0.51% 0.7% -
HSV(B) 94.18º 0.36% 0.85% -
XYZ 46.41 60.23 33.22 -
YUV 194.54 96.09 111.92 -
System Red Green Blue C M Y K H S L
Decimal 172 217 138 0.21 0 0.36 0.15 94.18 0.51 0.7
Hex AC D9 8A 15 0 24 F 5E 33 46
Octal 254 331 212 25 0 44 17 136 63 106
Binary 10101100 11011001 10001010 10101 0 100100 1111 1011110 110011 1000110

Color Harmonies of #ACD98A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACD98A

Black with #ACD98A

Text Example


Text Example

White with #ACD98A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACD98A; }

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

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

background-color css

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

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

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

border-color css

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

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

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