Html Css Color HEX #ACE27D Feijoa

📋 copy color: '#ACE27D'

red 172 ◦ green 226 ◦ blue 125

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

Shades of Feijoa #ACE27D

Tints of Feijoa #ACE27D

RGB

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

 GREEN value IS 226 (88.67% from 255) = 43.21%

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

R = 32.89%
G = 43.21%
B = 23.9%

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

#ACE27D (or 0xACE27D) is known color: Feijoa. HEX triplet: AC, E2 and 7D. RGB value is (172,226,125). Sum of RGB (Red+Green+Blue) = 172+226+125=523 (69% of max value = 765). Red value is 172 (67.58% from 255 or 32.89% from 523); Green value is 226 (88.67% from 255 or 43.21% from 523); Blue value is 125 (49.22% from 255 or 23.90% from 523); Max value from RGB is 226 - color contains mainly: green. Hex color #ACE27D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ACE27D is #531D82. Grayscale: #C6C6C6. Windows color (decimal): -5447043 or 8250028. OLE color: 8250028.

HSL color Cylindrical-coordinate representation of color #ACE27D: hue angle of 92.08º degrees, saturation: 0.64, 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 #ACE27D is Cyan = 0.24, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.11.

Color convert

RGB 172 226 125 -
CMYK 0.24 0 0.45 0.11
HSL 92.08º 0.64% 0.69% -
HSV(B) 92.08º 0.45% 0.89% -
XYZ 47.91 64.64 29.35 -
YUV 198.34 86.61 109.21 -
System Red Green Blue C M Y K H S L
Decimal 172 226 125 0.24 0 0.45 0.11 92.08 0.64 0.69
Hex AC E2 7D 18 0 2D B 5C 40 45
Octal 254 342 175 30 0 55 13 134 100 105
Binary 10101100 11100010 1111101 11000 0 101101 1011 1011100 1000000 1000101

Color Harmonies of #ACE27D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACE27D

Black with #ACE27D

Text Example


Text Example

White with #ACE27D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACE27D; }

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

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

background-color css

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

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

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

border-color css

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

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

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