Html Css Color HEX #ACF886 Feijoa

📋 copy color: '#ACF886'

red 172 ◦ green 248 ◦ blue 134

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

Shades of Feijoa #ACF886

Tints of Feijoa #ACF886

RGB

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

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

 BLUE value IS 134 (52.73% from 255) = 24.19%

R = 31.05%
G = 44.77%
B = 24.19%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.46

 K value IS 0.03

RGB Variations

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

Color information

#ACF886 (or 0xACF886) is known color: Feijoa. HEX triplet: AC, F8 and 86. RGB value is (172,248,134). Sum of RGB (Red+Green+Blue) = 172+248+134=554 (73% of max value = 765). Red value is 172 (67.58% from 255 or 31.05% from 554); Green value is 248 (97.27% from 255 or 44.77% from 554); Blue value is 134 (52.73% from 255 or 24.19% from 554); Max value from RGB is 248 - color contains mainly: green. Hex color #ACF886 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #ACF886 is #530779. Grayscale: #D4D4D4. Windows color (decimal): -5441402 or 8845484. OLE color: 8845484.

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

Color convert

RGB 172 248 134 -
CMYK 0.31 0 0.46 0.03
HSL 100º 0.89% 0.75% -
HSV(B) 100º 0.46% 0.97% -
XYZ 54.88 77.63 34.65 -
YUV 212.28 83.82 99.27 -
System Red Green Blue C M Y K H S L
Decimal 172 248 134 0.31 0 0.46 0.03 100 0.89 0.75
Hex AC F8 86 1F 0 2E 3 64 59 4B
Octal 254 370 206 37 0 56 3 144 131 113
Binary 10101100 11111000 10000110 11111 0 101110 11 1100100 1011001 1001011

Color Harmonies of #ACF886

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACF886

Black with #ACF886

Text Example


Text Example

White with #ACF886

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACF886; }

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

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

background-color css

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

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

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

border-color css

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

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

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