Html Css Color HEX #ACEF8D Feijoa

📋 copy color: '#ACEF8D'

red 172 ◦ green 239 ◦ blue 141

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

Shades of Feijoa #ACEF8D

Tints of Feijoa #ACEF8D

RGB

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

 GREEN value IS 239 (93.75% from 255) = 43.3%

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

R = 31.16%
G = 43.3%
B = 25.54%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.41

 K value IS 0.06

RGB Variations

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

Color information

#ACEF8D (or 0xACEF8D) is known color: Feijoa. HEX triplet: AC, EF and 8D. RGB value is (172,239,141). Sum of RGB (Red+Green+Blue) = 172+239+141=552 (73% of max value = 765). Red value is 172 (67.58% from 255 or 31.16% from 552); Green value is 239 (93.75% from 255 or 43.30% from 552); Blue value is 141 (55.47% from 255 or 25.54% from 552); Max value from RGB is 239 - color contains mainly: green. Hex color #ACEF8D is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #ACEF8D is #531072. Grayscale: #D0D0D0. Windows color (decimal): -5443699 or 9301932. OLE color: 9301932.

HSL color Cylindrical-coordinate representation of color #ACEF8D: hue angle of 101.02º degrees, saturation: 0.75, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #ACEF8D is Cyan = 0.28, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.06.

Color convert

RGB 172 239 141 -
CMYK 0.28 0 0.41 0.06
HSL 101.02º 0.75% 0.75% -
HSV(B) 101.02º 0.41% 0.94% -
XYZ 52.69 72.43 36.4 -
YUV 207.8 90.3 102.47 -
System Red Green Blue C M Y K H S L
Decimal 172 239 141 0.28 0 0.41 0.06 101.02 0.75 0.75
Hex AC EF 8D 1C 0 29 6 65 4B 4B
Octal 254 357 215 34 0 51 6 145 113 113
Binary 10101100 11101111 10001101 11100 0 101001 110 1100101 1001011 1001011

Color Harmonies of #ACEF8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACEF8D

Black with #ACEF8D

Text Example


Text Example

White with #ACEF8D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACEF8D; }

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

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

background-color css

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

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

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

border-color css

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

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

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