Html Css Color HEX #ACD28C Feijoa

📋 copy color: '#ACD28C'

red 172 ◦ green 210 ◦ blue 140

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

Shades of Feijoa #ACD28C

Tints of Feijoa #ACD28C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 26.82%

R = 32.95%
G = 40.23%
B = 26.82%

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

#ACD28C (or 0xACD28C) is known color: Feijoa. HEX triplet: AC, D2 and 8C. RGB value is (172,210,140). Sum of RGB (Red+Green+Blue) = 172+210+140=522 (69% of max value = 765). Red value is 172 (67.58% from 255 or 32.95% from 522); Green value is 210 (82.42% from 255 or 40.23% from 522); Blue value is 140 (55.08% from 255 or 26.82% from 522); Max value from RGB is 210 - color contains mainly: green. Hex color #ACD28C is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACD28C is #532D73. Grayscale: #BEBEBE. Windows color (decimal): -5451124 or 9228972. OLE color: 9228972.

HSL color Cylindrical-coordinate representation of color #ACD28C: hue angle of 92.57º degrees, saturation: 0.44, 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 #ACD28C is Cyan = 0.18, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.18.

Color convert

RGB 172 210 140 -
CMYK 0.18 0 0.33 0.18
HSL 92.57º 0.44% 0.69% -
HSV(B) 92.57º 0.33% 0.82% -
XYZ 44.79 56.76 33.41 -
YUV 190.66 99.41 114.69 -
System Red Green Blue C M Y K H S L
Decimal 172 210 140 0.18 0 0.33 0.18 92.57 0.44 0.69
Hex AC D2 8C 12 0 21 12 5D 2C 45
Octal 254 322 214 22 0 41 22 135 54 105
Binary 10101100 11010010 10001100 10010 0 100001 10010 1011101 101100 1000101

Color Harmonies of #ACD28C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACD28C

Black with #ACD28C

Text Example


Text Example

White with #ACD28C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACD28C; }

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

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

background-color css

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

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

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

border-color css

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

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

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