Html Css Color HEX #ACF584 Feijoa

📋 copy color: '#ACF584'

red 172 ◦ green 245 ◦ blue 132

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

Shades of Feijoa #ACF584

Tints of Feijoa #ACF584

RGB

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

 GREEN value IS 245 (96.09% from 255) = 44.63%

 BLUE value IS 132 (51.95% from 255) = 24.04%

R = 31.33%
G = 44.63%
B = 24.04%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.46

 K value IS 0.04

RGB Variations

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

Color information

#ACF584 (or 0xACF584) is known color: Feijoa. HEX triplet: AC, F5 and 84. RGB value is (172,245,132). Sum of RGB (Red+Green+Blue) = 172+245+132=549 (72% of max value = 765). Red value is 172 (67.58% from 255 or 31.33% from 549); Green value is 245 (96.09% from 255 or 44.63% from 549); Blue value is 132 (51.95% from 255 or 24.04% from 549); Max value from RGB is 245 - color contains mainly: green. Hex color #ACF584 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #ACF584 is #530A7B. Grayscale: #D2D2D2. Windows color (decimal): -5442172 or 8713644. OLE color: 8713644.

HSL color Cylindrical-coordinate representation of color #ACF584: hue angle of 98.76º degrees, saturation: 0.85, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #ACF584 is Cyan = 0.30, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.04.

Color convert

RGB 172 245 132 -
CMYK 0.30 0 0.46 0.04
HSL 98.76º 0.85% 0.74% -
HSV(B) 98.76º 0.46% 0.96% -
XYZ 53.83 75.74 33.61 -
YUV 210.29 83.82 100.69 -
System Red Green Blue C M Y K H S L
Decimal 172 245 132 0.30 0 0.46 0.04 98.76 0.85 0.74
Hex AC F5 84 1E 0 2E 4 63 55 4A
Octal 254 365 204 36 0 56 4 143 125 112
Binary 10101100 11110101 10000100 11110 0 101110 100 1100011 1010101 1001010

Color Harmonies of #ACF584

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACF584

Black with #ACF584

Text Example


Text Example

White with #ACF584

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACF584; }

 p { color: rgb(172,245,132); }

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

background-color css

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

 a { background-color: rgb(172,245,132); }

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

border-color css

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

 span { border-color: rgb(172,245,132); }

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