Html Css Color HEX #ACE672 Feijoa

📋 copy color: '#ACE672'

red 172 ◦ green 230 ◦ blue 114

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

Shades of Feijoa #ACE672

Tints of Feijoa #ACE672

RGB

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

 GREEN value IS 230 (90.23% from 255) = 44.57%

 BLUE value IS 114 (44.92% from 255) = 22.09%

R = 33.33%
G = 44.57%
B = 22.09%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.50

 K value IS 0.10

RGB Variations

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

Color information

#ACE672 (or 0xACE672) is known color: Feijoa. HEX triplet: AC, E6 and 72. RGB value is (172,230,114). Sum of RGB (Red+Green+Blue) = 172+230+114=516 (68% of max value = 765). Red value is 172 (67.58% from 255 or 33.33% from 516); Green value is 230 (90.23% from 255 or 44.57% from 516); Blue value is 114 (44.92% from 255 or 22.09% from 516); Max value from RGB is 230 - color contains mainly: green. Hex color #ACE672 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #ACE672 is #53198D. Grayscale: #C7C7C7. Windows color (decimal): -5446030 or 7530156. OLE color: 7530156.

HSL color Cylindrical-coordinate representation of color #ACE672: hue angle of 90º degrees, saturation: 0.7, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #ACE672 is Cyan = 0.25, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.10.

Color convert

RGB 172 230 114 -
CMYK 0.25 0 0.50 0.10
HSL 90º 0.7% 0.67% -
HSV(B) 90º 0.5% 0.9% -
XYZ 48.35 66.58 26.22 -
YUV 199.43 79.78 108.43 -
System Red Green Blue C M Y K H S L
Decimal 172 230 114 0.25 0 0.50 0.10 90 0.7 0.67
Hex AC E6 72 19 0 32 A 5A 46 43
Octal 254 346 162 31 0 62 12 132 106 103
Binary 10101100 11100110 1110010 11001 0 110010 1010 1011010 1000110 1000011

Color Harmonies of #ACE672

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACE672

Black with #ACE672

Text Example


Text Example

White with #ACE672

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACE672; }

 p { color: rgb(172,230,114); }

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

background-color css

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

 a { background-color: rgb(172,230,114); }

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

border-color css

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

 span { border-color: rgb(172,230,114); }

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