Html Css Color HEX #ACE07D Feijoa

📋 copy color: '#ACE07D'

red 172 ◦ green 224 ◦ blue 125

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

Shades of Feijoa #ACE07D

Tints of Feijoa #ACE07D

RGB

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

 GREEN value IS 224 (87.89% from 255) = 42.99%

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

R = 33.01%
G = 42.99%
B = 23.99%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.44

 K value IS 0.12

RGB Variations

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

Color information

#ACE07D (or 0xACE07D) is known color: Feijoa. HEX triplet: AC, E0 and 7D. RGB value is (172,224,125). Sum of RGB (Red+Green+Blue) = 172+224+125=521 (69% of max value = 765). Red value is 172 (67.58% from 255 or 33.01% from 521); Green value is 224 (87.89% from 255 or 42.99% from 521); Blue value is 125 (49.22% from 255 or 23.99% from 521); Max value from RGB is 224 - color contains mainly: green. Hex color #ACE07D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ACE07D is #531F82. Grayscale: #C5C5C5. Windows color (decimal): -5447555 or 8249516. OLE color: 8249516.

HSL color Cylindrical-coordinate representation of color #ACE07D: hue angle of 91.52º degrees, saturation: 0.61, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #ACE07D is Cyan = 0.23, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.12.

Color convert

RGB 172 224 125 -
CMYK 0.23 0 0.44 0.12
HSL 91.52º 0.61% 0.68% -
HSV(B) 91.52º 0.44% 0.88% -
XYZ 47.37 63.56 29.17 -
YUV 197.17 87.27 110.05 -
System Red Green Blue C M Y K H S L
Decimal 172 224 125 0.23 0 0.44 0.12 91.52 0.61 0.68
Hex AC E0 7D 17 0 2C C 5C 3D 44
Octal 254 340 175 27 0 54 14 134 75 104
Binary 10101100 11100000 1111101 10111 0 101100 1100 1011100 111101 1000100

Color Harmonies of #ACE07D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACE07D

Black with #ACE07D

Text Example


Text Example

White with #ACE07D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACE07D; }

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

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

background-color css

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

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

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

border-color css

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

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

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