Html Css Color HEX #ACD28D Feijoa

📋 copy color: '#ACD28D'

red 172 ◦ green 210 ◦ blue 141

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

Shades of Feijoa #ACD28D

Tints of Feijoa #ACD28D

RGB

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

 GREEN value IS 210 (82.42% from 255) = 40.15%

 BLUE value IS 141 (55.47% from 255) = 26.96%

R = 32.89%
G = 40.15%
B = 26.96%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.33

 K value IS 0.18

RGB Variations

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

Color information

#ACD28D (or 0xACD28D) is known color: Feijoa. HEX triplet: AC, D2 and 8D. RGB value is (172,210,141). Sum of RGB (Red+Green+Blue) = 172+210+141=523 (69% of max value = 765). Red value is 172 (67.58% from 255 or 32.89% from 523); Green value is 210 (82.42% from 255 or 40.15% from 523); Blue value is 141 (55.47% from 255 or 26.96% from 523); Max value from RGB is 210 - color contains mainly: green. Hex color #ACD28D is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACD28D is #532D72. Grayscale: #BFBFBF. Windows color (decimal): -5451123 or 9294508. OLE color: 9294508.

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

Color convert

RGB 172 210 141 -
CMYK 0.18 0 0.33 0.18
HSL 93.04º 0.43% 0.69% -
HSV(B) 93.04º 0.33% 0.82% -
XYZ 44.87 56.79 33.8 -
YUV 190.77 99.91 114.61 -
System Red Green Blue C M Y K H S L
Decimal 172 210 141 0.18 0 0.33 0.18 93.04 0.43 0.69
Hex AC D2 8D 12 0 21 12 5D 2B 45
Octal 254 322 215 22 0 41 22 135 53 105
Binary 10101100 11010010 10001101 10010 0 100001 10010 1011101 101011 1000101

Color Harmonies of #ACD28D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACD28D

Black with #ACD28D

Text Example


Text Example

White with #ACD28D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACD28D; }

 p { color: rgb(172,210,141); }

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

background-color css

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

 a { background-color: rgb(172,210,141); }

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

border-color css

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

 span { border-color: rgb(172,210,141); }

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