Html Css Color HEX #ACE38D Feijoa

📋 copy color: '#ACE38D'

red 172 ◦ green 227 ◦ blue 141

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

Shades of Feijoa #ACE38D

Tints of Feijoa #ACE38D

RGB

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

 GREEN value IS 227 (89.06% from 255) = 42.04%

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

R = 31.85%
G = 42.04%
B = 26.11%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.38

 K value IS 0.11

RGB Variations

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

Color information

#ACE38D (or 0xACE38D) is known color: Feijoa. HEX triplet: AC, E3 and 8D. RGB value is (172,227,141). Sum of RGB (Red+Green+Blue) = 172+227+141=540 (71% of max value = 765). Red value is 172 (67.58% from 255 or 31.85% from 540); Green value is 227 (89.06% from 255 or 42.04% from 540); Blue value is 141 (55.47% from 255 or 26.11% from 540); Max value from RGB is 227 - color contains mainly: green. Hex color #ACE38D is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACE38D is #531C72. Grayscale: #C9C9C9. Windows color (decimal): -5446771 or 9298860. OLE color: 9298860.

HSL color Cylindrical-coordinate representation of color #ACE38D: hue angle of 98.37º degrees, saturation: 0.61, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #ACE38D is Cyan = 0.24, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.11.

Color convert

RGB 172 227 141 -
CMYK 0.24 0 0.38 0.11
HSL 98.37º 0.61% 0.72% -
HSV(B) 98.37º 0.38% 0.89% -
XYZ 49.29 65.63 35.27 -
YUV 200.75 94.28 107.49 -
System Red Green Blue C M Y K H S L
Decimal 172 227 141 0.24 0 0.38 0.11 98.37 0.61 0.72
Hex AC E3 8D 18 0 26 B 62 3D 48
Octal 254 343 215 30 0 46 13 142 75 110
Binary 10101100 11100011 10001101 11000 0 100110 1011 1100010 111101 1001000

Color Harmonies of #ACE38D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACE38D

Black with #ACE38D

Text Example


Text Example

White with #ACE38D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACE38D; }

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

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

background-color css

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

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

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

border-color css

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

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

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