Html Css Color HEX #ACE37D Feijoa

📋 copy color: '#ACE37D'

red 172 ◦ green 227 ◦ blue 125

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

Shades of Feijoa #ACE37D

Tints of Feijoa #ACE37D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 23.85%

R = 32.82%
G = 43.32%
B = 23.85%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.45

 K value IS 0.11

RGB Variations

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

Color information

#ACE37D (or 0xACE37D) is known color: Feijoa. HEX triplet: AC, E3 and 7D. RGB value is (172,227,125). Sum of RGB (Red+Green+Blue) = 172+227+125=524 (69% of max value = 765). Red value is 172 (67.58% from 255 or 32.82% from 524); Green value is 227 (89.06% from 255 or 43.32% from 524); Blue value is 125 (49.22% from 255 or 23.85% from 524); Max value from RGB is 227 - color contains mainly: green. Hex color #ACE37D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ACE37D is #531C82. Grayscale: #C7C7C7. Windows color (decimal): -5446787 or 8250284. OLE color: 8250284.

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

Color convert

RGB 172 227 125 -
CMYK 0.24 0 0.45 0.11
HSL 92.35º 0.65% 0.69% -
HSV(B) 92.35º 0.45% 0.89% -
XYZ 48.18 65.19 29.45 -
YUV 198.93 86.28 108.79 -
System Red Green Blue C M Y K H S L
Decimal 172 227 125 0.24 0 0.45 0.11 92.35 0.65 0.69
Hex AC E3 7D 18 0 2D B 5C 41 45
Octal 254 343 175 30 0 55 13 134 101 105
Binary 10101100 11100011 1111101 11000 0 101101 1011 1011100 1000001 1000101

Color Harmonies of #ACE37D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACE37D

Black with #ACE37D

Text Example


Text Example

White with #ACE37D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACE37D; }

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

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

background-color css

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

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

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

border-color css

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

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

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