Html Css Color HEX #ACDC8E Feijoa

📋 copy color: '#ACDC8E'

red 172 ◦ green 220 ◦ blue 142

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

Shades of Feijoa #ACDC8E

Tints of Feijoa #ACDC8E

RGB

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

 GREEN value IS 220 (86.33% from 255) = 41.2%

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

R = 32.21%
G = 41.2%
B = 26.59%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.35

 K value IS 0.14

RGB Variations

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

Color information

#ACDC8E (or 0xACDC8E) is known color: Feijoa. HEX triplet: AC, DC and 8E. RGB value is (172,220,142). Sum of RGB (Red+Green+Blue) = 172+220+142=534 (70% of max value = 765). Red value is 172 (67.58% from 255 or 32.21% from 534); Green value is 220 (86.33% from 255 or 41.20% from 534); Blue value is 142 (55.86% from 255 or 26.59% from 534); Max value from RGB is 220 - color contains mainly: green. Hex color #ACDC8E is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACDC8E is #532371. Grayscale: #C5C5C5. Windows color (decimal): -5448562 or 9362604. OLE color: 9362604.

HSL color Cylindrical-coordinate representation of color #ACDC8E: hue angle of 96.92º degrees, saturation: 0.53, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #ACDC8E is Cyan = 0.22, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.14.

Color convert

RGB 172 220 142 -
CMYK 0.22 0 0.35 0.14
HSL 96.92º 0.53% 0.71% -
HSV(B) 96.92º 0.35% 0.86% -
XYZ 47.49 61.91 35.04 -
YUV 196.76 97.1 110.34 -
System Red Green Blue C M Y K H S L
Decimal 172 220 142 0.22 0 0.35 0.14 96.92 0.53 0.71
Hex AC DC 8E 16 0 23 E 61 35 47
Octal 254 334 216 26 0 43 16 141 65 107
Binary 10101100 11011100 10001110 10110 0 100011 1110 1100001 110101 1000111

Color Harmonies of #ACDC8E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACDC8E

Black with #ACDC8E

Text Example


Text Example

White with #ACDC8E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACDC8E; }

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

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

background-color css

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

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

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

border-color css

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

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

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