Html Css Color HEX #ACF880 Feijoa

📋 copy color: '#ACF880'

red 172 ◦ green 248 ◦ blue 128

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

Shades of Feijoa #ACF880

Tints of Feijoa #ACF880

RGB

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

 GREEN value IS 248 (97.27% from 255) = 45.26%

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

R = 31.39%
G = 45.26%
B = 23.36%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.48

 K value IS 0.03

RGB Variations

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

Color information

#ACF880 (or 0xACF880) is known color: Feijoa. HEX triplet: AC, F8 and 80. RGB value is (172,248,128). Sum of RGB (Red+Green+Blue) = 172+248+128=548 (72% of max value = 765). Red value is 172 (67.58% from 255 or 31.39% from 548); Green value is 248 (97.27% from 255 or 45.26% from 548); Blue value is 128 (50.39% from 255 or 23.36% from 548); Max value from RGB is 248 - color contains mainly: green. Hex color #ACF880 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #ACF880 is #53077F. Grayscale: #D4D4D4. Windows color (decimal): -5441408 or 8452268. OLE color: 8452268.

HSL color Cylindrical-coordinate representation of color #ACF880: hue angle of 98º degrees, saturation: 0.9, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #ACF880 is Cyan = 0.31, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.03.

Color convert

RGB 172 248 128 -
CMYK 0.31 0 0.48 0.03
HSL 98º 0.9% 0.74% -
HSV(B) 98º 0.48% 0.97% -
XYZ 54.48 77.46 32.5 -
YUV 211.6 80.82 99.76 -
System Red Green Blue C M Y K H S L
Decimal 172 248 128 0.31 0 0.48 0.03 98 0.9 0.74
Hex AC F8 80 1F 0 30 3 62 5A 4A
Octal 254 370 200 37 0 60 3 142 132 112
Binary 10101100 11111000 10000000 11111 0 110000 11 1100010 1011010 1001010

Color Harmonies of #ACF880

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACF880

Black with #ACF880

Text Example


Text Example

White with #ACF880

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACF880; }

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

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

background-color css

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

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

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

border-color css

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

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

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