Html Css Color HEX #ACEA8D Feijoa

📋 copy color: '#ACEA8D'

red 172 ◦ green 234 ◦ blue 141

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

Shades of Feijoa #ACEA8D

Tints of Feijoa #ACEA8D

RGB

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

 GREEN value IS 234 (91.8% from 255) = 42.78%

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

R = 31.44%
G = 42.78%
B = 25.78%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.40

 K value IS 0.08

RGB Variations

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

Color information

#ACEA8D (or 0xACEA8D) is known color: Feijoa. HEX triplet: AC, EA and 8D. RGB value is (172,234,141). Sum of RGB (Red+Green+Blue) = 172+234+141=547 (72% of max value = 765). Red value is 172 (67.58% from 255 or 31.44% from 547); Green value is 234 (91.80% from 255 or 42.78% from 547); Blue value is 141 (55.47% from 255 or 25.78% from 547); Max value from RGB is 234 - color contains mainly: green. Hex color #ACEA8D is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #ACEA8D is #531572. Grayscale: #CDCDCD. Windows color (decimal): -5444979 or 9300652. OLE color: 9300652.

HSL color Cylindrical-coordinate representation of color #ACEA8D: hue angle of 100º degrees, saturation: 0.69, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #ACEA8D is Cyan = 0.26, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.08.

Color convert

RGB 172 234 141 -
CMYK 0.26 0 0.40 0.08
HSL 100º 0.69% 0.74% -
HSV(B) 100º 0.4% 0.92% -
XYZ 51.24 69.54 35.92 -
YUV 204.86 91.96 104.56 -
System Red Green Blue C M Y K H S L
Decimal 172 234 141 0.26 0 0.40 0.08 100 0.69 0.74
Hex AC EA 8D 1A 0 28 8 64 45 4A
Octal 254 352 215 32 0 50 10 144 105 112
Binary 10101100 11101010 10001101 11010 0 101000 1000 1100100 1000101 1001010

Color Harmonies of #ACEA8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACEA8D

Black with #ACEA8D

Text Example


Text Example

White with #ACEA8D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACEA8D; }

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

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

background-color css

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

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

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

border-color css

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

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

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