Html Css Color HEX #ACEA8B Feijoa

📋 copy color: '#ACEA8B'

red 172 ◦ green 234 ◦ blue 139

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

Shades of Feijoa #ACEA8B

Tints of Feijoa #ACEA8B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 25.5%

R = 31.56%
G = 42.94%
B = 25.5%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.41

 K value IS 0.08

RGB Variations

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

Color information

#ACEA8B (or 0xACEA8B) is known color: Feijoa. HEX triplet: AC, EA and 8B. RGB value is (172,234,139). Sum of RGB (Red+Green+Blue) = 172+234+139=545 (72% of max value = 765). Red value is 172 (67.58% from 255 or 31.56% from 545); Green value is 234 (91.80% from 255 or 42.94% from 545); Blue value is 139 (54.69% from 255 or 25.50% from 545); Max value from RGB is 234 - color contains mainly: green. Hex color #ACEA8B is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #ACEA8B is #531574. Grayscale: #CCCCCC. Windows color (decimal): -5444981 or 9169580. OLE color: 9169580.

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

Color convert

RGB 172 234 139 -
CMYK 0.26 0 0.41 0.08
HSL 99.16º 0.69% 0.73% -
HSV(B) 99.16º 0.41% 0.92% -
XYZ 51.1 69.48 35.14 -
YUV 204.63 90.96 104.72 -
System Red Green Blue C M Y K H S L
Decimal 172 234 139 0.26 0 0.41 0.08 99.16 0.69 0.73
Hex AC EA 8B 1A 0 29 8 63 45 49
Octal 254 352 213 32 0 51 10 143 105 111
Binary 10101100 11101010 10001011 11010 0 101001 1000 1100011 1000101 1001001

Color Harmonies of #ACEA8B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACEA8B

Black with #ACEA8B

Text Example


Text Example

White with #ACEA8B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACEA8B; }

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

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

background-color css

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

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

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

border-color css

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

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

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