Html Css Color HEX #ACEC8E Feijoa

📋 copy color: '#ACEC8E'

red 172 ◦ green 236 ◦ blue 142

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

Shades of Feijoa #ACEC8E

Tints of Feijoa #ACEC8E

RGB

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

 GREEN value IS 236 (92.58% from 255) = 42.91%

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

R = 31.27%
G = 42.91%
B = 25.82%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.40

 K value IS 0.07

RGB Variations

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

Color information

#ACEC8E (or 0xACEC8E) is known color: Feijoa. HEX triplet: AC, EC and 8E. RGB value is (172,236,142). Sum of RGB (Red+Green+Blue) = 172+236+142=550 (72% of max value = 765). Red value is 172 (67.58% from 255 or 31.27% from 550); Green value is 236 (92.58% from 255 or 42.91% from 550); Blue value is 142 (55.86% from 255 or 25.82% from 550); Max value from RGB is 236 - color contains mainly: green. Hex color #ACEC8E is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #ACEC8E is #531371. Grayscale: #CECECE. Windows color (decimal): -5444466 or 9366700. OLE color: 9366700.

HSL color Cylindrical-coordinate representation of color #ACEC8E: hue angle of 100.85º degrees, saturation: 0.71, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #ACEC8E is Cyan = 0.27, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.07.

Color convert

RGB 172 236 142 -
CMYK 0.27 0 0.40 0.07
HSL 100.85º 0.71% 0.74% -
HSV(B) 100.85º 0.4% 0.93% -
XYZ 51.89 70.71 36.51 -
YUV 206.15 91.8 103.64 -
System Red Green Blue C M Y K H S L
Decimal 172 236 142 0.27 0 0.40 0.07 100.85 0.71 0.74
Hex AC EC 8E 1B 0 28 7 65 47 4A
Octal 254 354 216 33 0 50 7 145 107 112
Binary 10101100 11101100 10001110 11011 0 101000 111 1100101 1000111 1001010

Color Harmonies of #ACEC8E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACEC8E

Black with #ACEC8E

Text Example


Text Example

White with #ACEC8E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACEC8E; }

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

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

background-color css

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

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

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

border-color css

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

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

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