Html Css Color HEX #ACD88E Feijoa

📋 copy color: '#ACD88E'

red 172 ◦ green 216 ◦ blue 142

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

Shades of Feijoa #ACD88E

Tints of Feijoa #ACD88E

RGB

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

 GREEN value IS 216 (84.77% from 255) = 40.75%

 BLUE value IS 142 (55.86% from 255) = 26.79%

R = 32.45%
G = 40.75%
B = 26.79%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.34

 K value IS 0.15

RGB Variations

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

Color information

#ACD88E (or 0xACD88E) is known color: Feijoa. HEX triplet: AC, D8 and 8E. RGB value is (172,216,142). Sum of RGB (Red+Green+Blue) = 172+216+142=530 (70% of max value = 765). Red value is 172 (67.58% from 255 or 32.45% from 530); Green value is 216 (84.77% from 255 or 40.75% from 530); Blue value is 142 (55.86% from 255 or 26.79% from 530); Max value from RGB is 216 - color contains mainly: green. Hex color #ACD88E is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACD88E is #532771. Grayscale: #C2C2C2. Windows color (decimal): -5449586 or 9361580. OLE color: 9361580.

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

Color convert

RGB 172 216 142 -
CMYK 0.20 0 0.34 0.15
HSL 95.68º 0.49% 0.7% -
HSV(B) 95.68º 0.34% 0.85% -
XYZ 46.45 59.84 34.69 -
YUV 194.41 98.42 112.02 -
System Red Green Blue C M Y K H S L
Decimal 172 216 142 0.20 0 0.34 0.15 95.68 0.49 0.7
Hex AC D8 8E 14 0 22 F 60 31 46
Octal 254 330 216 24 0 42 17 140 61 106
Binary 10101100 11011000 10001110 10100 0 100010 1111 1100000 110001 1000110

Color Harmonies of #ACD88E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACD88E

Black with #ACD88E

Text Example


Text Example

White with #ACD88E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACD88E; }

 p { color: rgb(172,216,142); }

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

background-color css

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

 a { background-color: rgb(172,216,142); }

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

border-color css

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

 span { border-color: rgb(172,216,142); }

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