Html Css Color HEX #ACF580 Feijoa

📋 copy color: '#ACF580'

red 172 ◦ green 245 ◦ blue 128

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

Shades of Feijoa #ACF580

Tints of Feijoa #ACF580

RGB

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

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

 BLUE value IS 128 (50.39% from 255) = 23.49%

R = 31.56%
G = 44.95%
B = 23.49%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.48

 K value IS 0.04

RGB Variations

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

Color information

#ACF580 (or 0xACF580) is known color: Feijoa. HEX triplet: AC, F5 and 80. RGB value is (172,245,128). Sum of RGB (Red+Green+Blue) = 172+245+128=545 (72% of max value = 765). Red value is 172 (67.58% from 255 or 31.56% from 545); Green value is 245 (96.09% from 255 or 44.95% from 545); Blue value is 128 (50.39% from 255 or 23.49% from 545); Max value from RGB is 245 - color contains mainly: green. Hex color #ACF580 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #ACF580 is #530A7F. Grayscale: #D2D2D2. Windows color (decimal): -5442176 or 8451500. OLE color: 8451500.

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

Color convert

RGB 172 245 128 -
CMYK 0.30 0 0.48 0.04
HSL 97.44º 0.85% 0.73% -
HSV(B) 97.44º 0.48% 0.96% -
XYZ 53.56 75.63 32.2 -
YUV 209.84 81.82 101.01 -
System Red Green Blue C M Y K H S L
Decimal 172 245 128 0.30 0 0.48 0.04 97.44 0.85 0.73
Hex AC F5 80 1E 0 30 4 61 55 49
Octal 254 365 200 36 0 60 4 141 125 111
Binary 10101100 11110101 10000000 11110 0 110000 100 1100001 1010101 1001001

Color Harmonies of #ACF580

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACF580

Black with #ACF580

Text Example


Text Example

White with #ACF580

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACF580; }

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

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

background-color css

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

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

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

border-color css

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

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

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