Html Css Color HEX #ACE675 Feijoa

📋 copy color: '#ACE675'

red 172 ◦ green 230 ◦ blue 117

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

Shades of Feijoa #ACE675

Tints of Feijoa #ACE675

RGB

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

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

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

R = 33.14%
G = 44.32%
B = 22.54%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.49

 K value IS 0.10

RGB Variations

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

Color information

#ACE675 (or 0xACE675) is known color: Feijoa. HEX triplet: AC, E6 and 75. RGB value is (172,230,117). Sum of RGB (Red+Green+Blue) = 172+230+117=519 (68% of max value = 765). Red value is 172 (67.58% from 255 or 33.14% from 519); Green value is 230 (90.23% from 255 or 44.32% from 519); Blue value is 117 (46.09% from 255 or 22.54% from 519); Max value from RGB is 230 - color contains mainly: green. Hex color #ACE675 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #ACE675 is #53198A. Grayscale: #C8C8C8. Windows color (decimal): -5446027 or 7726764. OLE color: 7726764.

HSL color Cylindrical-coordinate representation of color #ACE675: hue angle of 90.8º degrees, saturation: 0.69, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #ACE675 is Cyan = 0.25, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.10.

Color convert

RGB 172 230 117 -
CMYK 0.25 0 0.49 0.10
HSL 90.8º 0.69% 0.68% -
HSV(B) 90.8º 0.49% 0.9% -
XYZ 48.52 66.65 27.14 -
YUV 199.78 81.28 108.19 -
System Red Green Blue C M Y K H S L
Decimal 172 230 117 0.25 0 0.49 0.10 90.8 0.69 0.68
Hex AC E6 75 19 0 31 A 5B 45 44
Octal 254 346 165 31 0 61 12 133 105 104
Binary 10101100 11100110 1110101 11001 0 110001 1010 1011011 1000101 1000100

Color Harmonies of #ACE675

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACE675

Black with #ACE675

Text Example


Text Example

White with #ACE675

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACE675; }

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

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

background-color css

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

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

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

border-color css

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

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

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