Html Css Color HEX #ACEB8D Feijoa

📋 copy color: '#ACEB8D'

red 172 ◦ green 235 ◦ blue 141

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

Shades of Feijoa #ACEB8D

Tints of Feijoa #ACEB8D

RGB

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

 GREEN value IS 235 (92.19% from 255) = 42.88%

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

R = 31.39%
G = 42.88%
B = 25.73%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.4

 K value IS 0.08

RGB Variations

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

Color information

#ACEB8D (or 0xACEB8D) is known color: Feijoa. HEX triplet: AC, EB and 8D. RGB value is (172,235,141). Sum of RGB (Red+Green+Blue) = 172+235+141=548 (72% of max value = 765). Red value is 172 (67.58% from 255 or 31.39% from 548); Green value is 235 (92.19% from 255 or 42.88% from 548); Blue value is 141 (55.47% from 255 or 25.73% from 548); Max value from RGB is 235 - color contains mainly: green. Hex color #ACEB8D is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #ACEB8D is #531472. Grayscale: #CDCDCD. Windows color (decimal): -5444723 or 9300908. OLE color: 9300908.

HSL color Cylindrical-coordinate representation of color #ACEB8D: hue angle of 100.21º degrees, saturation: 0.7, 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 #ACEB8D is Cyan = 0.27, Magento = 0, Yellow = 0.4 and Black (K on CMYK) = 0.08.

Color convert

RGB 172 235 141 -
CMYK 0.27 0 0.4 0.08
HSL 100.21º 0.7% 0.74% -
HSV(B) 100.21º 0.4% 0.92% -
XYZ 51.53 70.11 36.02 -
YUV 205.45 91.63 104.14 -
System Red Green Blue C M Y K H S L
Decimal 172 235 141 0.27 0 0.4 0.08 100.21 0.7 0.74
Hex AC EB 8D 1B 0 28 8 64 46 4A
Octal 254 353 215 33 0 50 10 144 106 112
Binary 10101100 11101011 10001101 11011 0 101000 1000 1100100 1000110 1001010

Color Harmonies of #ACEB8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACEB8D

Black with #ACEB8D

Text Example


Text Example

White with #ACEB8D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACEB8D; }

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

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

background-color css

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

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

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

border-color css

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

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

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