Html Css Color HEX #ACF786 Feijoa

📋 copy color: '#ACF786'

red 172 ◦ green 247 ◦ blue 134

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

Shades of Feijoa #ACF786

Tints of Feijoa #ACF786

RGB

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

 GREEN value IS 247 (96.88% from 255) = 44.67%

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

R = 31.1%
G = 44.67%
B = 24.23%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.46

 K value IS 0.03

RGB Variations

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

Color information

#ACF786 (or 0xACF786) is known color: Feijoa. HEX triplet: AC, F7 and 86. RGB value is (172,247,134). Sum of RGB (Red+Green+Blue) = 172+247+134=553 (73% of max value = 765). Red value is 172 (67.58% from 255 or 31.10% from 553); Green value is 247 (96.88% from 255 or 44.67% from 553); Blue value is 134 (52.73% from 255 or 24.23% from 553); Max value from RGB is 247 - color contains mainly: green. Hex color #ACF786 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #ACF786 is #530879. Grayscale: #D4D4D4. Windows color (decimal): -5441658 or 8845228. OLE color: 8845228.

HSL color Cylindrical-coordinate representation of color #ACF786: hue angle of 99.82º degrees, saturation: 0.88, 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 #ACF786 is Cyan = 0.30, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.03.

Color convert

RGB 172 247 134 -
CMYK 0.30 0 0.46 0.03
HSL 99.82º 0.88% 0.75% -
HSV(B) 99.82º 0.46% 0.97% -
XYZ 54.58 77.01 34.54 -
YUV 211.69 84.15 99.69 -
System Red Green Blue C M Y K H S L
Decimal 172 247 134 0.30 0 0.46 0.03 99.82 0.88 0.75
Hex AC F7 86 1E 0 2E 3 64 58 4B
Octal 254 367 206 36 0 56 3 144 130 113
Binary 10101100 11110111 10000110 11110 0 101110 11 1100100 1011000 1001011

Color Harmonies of #ACF786

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACF786

Black with #ACF786

Text Example


Text Example

White with #ACF786

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACF786; }

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

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

background-color css

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

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

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

border-color css

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

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

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