Html Css Color HEX #ACD18A Feijoa

📋 copy color: '#ACD18A'

red 172 ◦ green 209 ◦ blue 138

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

Shades of Feijoa #ACD18A

Tints of Feijoa #ACD18A

RGB

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

 GREEN value IS 209 (82.03% from 255) = 40.27%

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

R = 33.14%
G = 40.27%
B = 26.59%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.34

 K value IS 0.18

RGB Variations

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

Color information

#ACD18A (or 0xACD18A) is known color: Feijoa. HEX triplet: AC, D1 and 8A. RGB value is (172,209,138). Sum of RGB (Red+Green+Blue) = 172+209+138=519 (68% of max value = 765). Red value is 172 (67.58% from 255 or 33.14% from 519); Green value is 209 (82.03% from 255 or 40.27% from 519); Blue value is 138 (54.30% from 255 or 26.59% from 519); Max value from RGB is 209 - color contains mainly: green. Hex color #ACD18A is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACD18A is #532E75. Grayscale: #BEBEBE. Windows color (decimal): -5451382 or 9097644. OLE color: 9097644.

HSL color Cylindrical-coordinate representation of color #ACD18A: hue angle of 91.27º degrees, saturation: 0.44, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #ACD18A is Cyan = 0.18, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.18.

Color convert

RGB 172 209 138 -
CMYK 0.18 0 0.34 0.18
HSL 91.27º 0.44% 0.68% -
HSV(B) 91.27º 0.34% 0.82% -
XYZ 44.4 56.21 32.55 -
YUV 189.84 98.74 115.27 -
System Red Green Blue C M Y K H S L
Decimal 172 209 138 0.18 0 0.34 0.18 91.27 0.44 0.68
Hex AC D1 8A 12 0 22 12 5B 2C 44
Octal 254 321 212 22 0 42 22 133 54 104
Binary 10101100 11010001 10001010 10010 0 100010 10010 1011011 101100 1000100

Color Harmonies of #ACD18A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACD18A

Black with #ACD18A

Text Example


Text Example

White with #ACD18A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACD18A; }

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

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

background-color css

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

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

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

border-color css

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

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

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