Html Css Color HEX #ACE975 Feijoa

📋 copy color: '#ACE975'

red 172 ◦ green 233 ◦ blue 117

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

Shades of Feijoa #ACE975

Tints of Feijoa #ACE975

RGB

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

 GREEN value IS 233 (91.41% from 255) = 44.64%

 BLUE value IS 117 (46.09% from 255) = 22.41%

R = 32.95%
G = 44.64%
B = 22.41%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.50

 K value IS 0.09

RGB Variations

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

Color information

#ACE975 (or 0xACE975) is known color: Feijoa. HEX triplet: AC, E9 and 75. RGB value is (172,233,117). Sum of RGB (Red+Green+Blue) = 172+233+117=522 (69% of max value = 765). Red value is 172 (67.58% from 255 or 32.95% from 522); Green value is 233 (91.41% from 255 or 44.64% from 522); Blue value is 117 (46.09% from 255 or 22.41% from 522); Max value from RGB is 233 - color contains mainly: green. Hex color #ACE975 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #ACE975 is #53168A. Grayscale: #C9C9C9. Windows color (decimal): -5445259 or 7727532. OLE color: 7727532.

HSL color Cylindrical-coordinate representation of color #ACE975: hue angle of 91.55º degrees, saturation: 0.73, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #ACE975 is Cyan = 0.26, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.09.

Color convert

RGB 172 233 117 -
CMYK 0.26 0 0.50 0.09
HSL 91.55º 0.73% 0.69% -
HSV(B) 91.55º 0.5% 0.91% -
XYZ 49.36 68.33 27.42 -
YUV 201.54 80.29 106.93 -
System Red Green Blue C M Y K H S L
Decimal 172 233 117 0.26 0 0.50 0.09 91.55 0.73 0.69
Hex AC E9 75 1A 0 32 9 5C 48 45
Octal 254 351 165 32 0 62 11 134 110 105
Binary 10101100 11101001 1110101 11010 0 110010 1001 1011100 1001000 1000101

Color Harmonies of #ACE975

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACE975

Black with #ACE975

Text Example


Text Example

White with #ACE975

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACE975; }

 p { color: rgb(172,233,117); }

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

background-color css

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

 a { background-color: rgb(172,233,117); }

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

border-color css

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

 span { border-color: rgb(172,233,117); }

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